#6DCFDD

Color #6DCFDD Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6DCFDD

Tints of Turquoise Blue #6DCFDD

Color information

#6DCFDD (or 0x6DCFDD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CF and DD. RGB value is (109,207,221). Sum of RGB (Red+Green+Blue) = 109+207+221=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFDD is #923022. Grayscale: #B3B3B3. Windows color (decimal): -9580579 or 14536557. OLE color: 14536557.

HSL color Cylindrical-coordinate representation of color #6DCFDD: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCFDD is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109207221-
CMYK0.510.0600.13
HSL187.5º62.22%64.71%-
HSV(B)187.5º50.68%86.67%-
XYZ41.6753.176.46-
YUV179.29151.5377.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=20.30%
G=38.55%
B=41.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092072210.510.0600.13187.562.2264.71
Hex6DCFDD3360Dbc3e41
Octal15531733563601527476101
Binary1101101110011111101110111001111001101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DCFDD; }

 p { color: rgb(109,207,221); }

 H1.HeaderClassName
 {
   color: #6DCFDD;
 }
 .AnyTagClassName
 {
   color: #6DCFDD;
 }
</style>
background-color css

<style>
 a { background-color: #6DCFDD; }

 a { background-color: rgb(109,207,221); }

 div.DivClassName
 {
   background-color: #6DCFDD;
 }
 .BgClassName
 {
   background-color: #6DCFDD;
 }
</style>
border-color css

<style>
 span { border-color: #6DCFDD; }

 span { border-color: rgb(109,207,221); }

 td.TdClassName
 {
   border-color: #6DCFDD;
 }
 .TagClassName
 {
   border-color: #6DCFDD;
 }
</style>