Shades of Turquoise Blue #66DBE8
Tints of Turquoise Blue #66DBE8
RGB
CMYK
RGB Variations
Color information
#66DBE8 (or 0x66DBE8) is known color: Turquoise Blue. HEX triplet: 66, DB and E8. RGB value is (102,219,232). Sum of RGB (Red+Green+Blue) = 102+219+232=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #66DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBE8 is #992417. Grayscale: #B9B9B9. Windows color (decimal): -10036248 or 15260518. OLE color: 15260518.
HSL color Cylindrical-coordinate representation of color #66DBE8: hue angle of 186º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DBE8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 219 | 232 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.09 |
| HSL | 186º | 0.74% | 0.65% | - |
| HSV(B) | 186º | 0.56% | 0.91% | - |
| XYZ | 45.38 | 59.31 | 85.4 | - |
| YUV | 185.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 232 | 0.56 | 0.06 | 0 | 0.09 | 186 | 0.74 | 0.65 |
| Hex | 66 | DB | E8 | 38 | 6 | 0 | 9 | BA | 4A | 41 |
| Octal | 146 | 333 | 350 | 70 | 6 | 0 | 11 | 272 | 112 | 101 |
| Binary | 1100110 | 11011011 | 11101000 | 111000 | 110 | 0 | 1001 | 10111010 | 1001010 | 1000001 |
Color Harmonies of #66DBE8
Complementary color
Monochromatic Colors of #66DBE8
Black with #66DBE8
Text Example
Text Example
White with #66DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBE8; }
p { color: rgb(102,219,232); }
H1.HeaderClassName
{
color: #66DBE8;
}
.AnyTagClassName
{
color: #66DBE8;
}
</style>
background-color css
<style>
a { background-color: #66DBE8; }
a { background-color: rgb(102,219,232); }
div.DivClassName
{
background-color: #66DBE8;
}
.BgClassName
{
background-color: #66DBE8;
}
</style>
border-color css
<style>
span { border-color: #66DBE8; }
span { border-color: rgb(102,219,232); }
td.TdClassName
{
border-color: #66DBE8;
}
.TagClassName
{
border-color: #66DBE8;
}
</style>