Shades of Turquoise Blue #66DCED
Tints of Turquoise Blue #66DCED
RGB
CMYK
RGB Variations
Color information
#66DCED (or 0x66DCED) is known color: Turquoise Blue. HEX triplet: 66, DC and ED. RGB value is (102,220,237). Sum of RGB (Red+Green+Blue) = 102+220+237=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #66DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCED is #992312. Grayscale: #BABABA. Windows color (decimal): -10035987 or 15588454. OLE color: 15588454.
HSL color Cylindrical-coordinate representation of color #66DCED: hue angle of 187.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DCED is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 220 | 237 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.07 |
| HSL | 187.56º | 0.79% | 0.66% | - |
| HSV(B) | 187.56º | 0.57% | 0.93% | - |
| XYZ | 46.36 | 60.13 | 89.28 | - |
| YUV | 186.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 237 | 0.57 | 0.07 | 0 | 0.07 | 187.56 | 0.79 | 0.66 |
| Hex | 66 | DC | ED | 39 | 7 | 0 | 7 | BC | 4F | 42 |
| Octal | 146 | 334 | 355 | 71 | 7 | 0 | 7 | 274 | 117 | 102 |
| Binary | 1100110 | 11011100 | 11101101 | 111001 | 111 | 0 | 111 | 10111100 | 1001111 | 1000010 |
Color Harmonies of #66DCED
Complementary color
Monochromatic Colors of #66DCED
Black with #66DCED
Text Example
Text Example
White with #66DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCED; }
p { color: rgb(102,220,237); }
H1.HeaderClassName
{
color: #66DCED;
}
.AnyTagClassName
{
color: #66DCED;
}
</style>
background-color css
<style>
a { background-color: #66DCED; }
a { background-color: rgb(102,220,237); }
div.DivClassName
{
background-color: #66DCED;
}
.BgClassName
{
background-color: #66DCED;
}
</style>
border-color css
<style>
span { border-color: #66DCED; }
span { border-color: rgb(102,220,237); }
td.TdClassName
{
border-color: #66DCED;
}
.TagClassName
{
border-color: #66DCED;
}
</style>