Shades of Turquoise Blue #66E9EC
Tints of Turquoise Blue #66E9EC
RGB
CMYK
RGB Variations
Color information
#66E9EC (or 0x66E9EC) is known color: Turquoise Blue. HEX triplet: 66, E9 and EC. RGB value is (102,233,236). Sum of RGB (Red+Green+Blue) = 102+233+236=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #66E9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E9EC is #991613. Grayscale: #C2C2C2. Windows color (decimal): -10032660 or 15526246. OLE color: 15526246.
HSL color Cylindrical-coordinate representation of color #66E9EC: hue angle of 181.34º degrees, saturation: 0.78, 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 #66E9EC is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 233 | 236 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.07 |
| HSL | 181.34º | 0.78% | 0.66% | - |
| HSV(B) | 181.34º | 0.57% | 0.93% | - |
| XYZ | 49.76 | 67.16 | 89.7 | - |
| YUV | 194.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 233 | 236 | 0.57 | 0.01 | 0 | 0.07 | 181.34 | 0.78 | 0.66 |
| Hex | 66 | E9 | EC | 39 | 1 | 0 | 7 | B5 | 4E | 42 |
| Octal | 146 | 351 | 354 | 71 | 1 | 0 | 7 | 265 | 116 | 102 |
| Binary | 1100110 | 11101001 | 11101100 | 111001 | 1 | 0 | 111 | 10110101 | 1001110 | 1000010 |
Color Harmonies of #66E9EC
Complementary color
Monochromatic Colors of #66E9EC
Black with #66E9EC
Text Example
Text Example
White with #66E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E9EC; }
p { color: rgb(102,233,236); }
H1.HeaderClassName
{
color: #66E9EC;
}
.AnyTagClassName
{
color: #66E9EC;
}
</style>
background-color css
<style>
a { background-color: #66E9EC; }
a { background-color: rgb(102,233,236); }
div.DivClassName
{
background-color: #66E9EC;
}
.BgClassName
{
background-color: #66E9EC;
}
</style>
border-color css
<style>
span { border-color: #66E9EC; }
span { border-color: rgb(102,233,236); }
td.TdClassName
{
border-color: #66E9EC;
}
.TagClassName
{
border-color: #66E9EC;
}
</style>