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