Shades of Turquoise Blue #66E9EA
Tints of Turquoise Blue #66E9EA
RGB
CMYK
RGB Variations
Color information
#66E9EA (or 0x66E9EA) is known color: Turquoise Blue. HEX triplet: 66, E9 and EA. RGB value is (102,233,234). Sum of RGB (Red+Green+Blue) = 102+233+234=569 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.93% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #66E9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E9EA is #991615. Grayscale: #C1C1C1. Windows color (decimal): -10032662 or 15395174. OLE color: 15395174.
HSL color Cylindrical-coordinate representation of color #66E9EA: hue angle of 180.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E9EA is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 233 | 234 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.08 |
| HSL | 180.45º | 0.76% | 0.66% | - |
| HSV(B) | 180.45º | 0.56% | 0.92% | - |
| XYZ | 49.47 | 67.04 | 88.18 | - |
| YUV | 193.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 233 | 234 | 0.56 | 0.00 | 0 | 0.08 | 180.45 | 0.76 | 0.66 |
| Hex | 66 | E9 | EA | 38 | 0 | 0 | 8 | B4 | 4C | 42 |
| Octal | 146 | 351 | 352 | 70 | 0 | 0 | 10 | 264 | 114 | 102 |
| Binary | 1100110 | 11101001 | 11101010 | 111000 | 0 | 0 | 1000 | 10110100 | 1001100 | 1000010 |
Color Harmonies of #66E9EA
Complementary color
Monochromatic Colors of #66E9EA
Black with #66E9EA
Text Example
Text Example
White with #66E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E9EA; }
p { color: rgb(102,233,234); }
H1.HeaderClassName
{
color: #66E9EA;
}
.AnyTagClassName
{
color: #66E9EA;
}
</style>
background-color css
<style>
a { background-color: #66E9EA; }
a { background-color: rgb(102,233,234); }
div.DivClassName
{
background-color: #66E9EA;
}
.BgClassName
{
background-color: #66E9EA;
}
</style>
border-color css
<style>
span { border-color: #66E9EA; }
span { border-color: rgb(102,233,234); }
td.TdClassName
{
border-color: #66E9EA;
}
.TagClassName
{
border-color: #66E9EA;
}
</style>