Shades of Turquoise Blue #66E9DF
Tints of Turquoise Blue #66E9DF
RGB
CMYK
RGB Variations
Color information
#66E9DF (or 0x66E9DF) is known color: Turquoise Blue. HEX triplet: 66, E9 and DF. RGB value is (102,233,223). Sum of RGB (Red+Green+Blue) = 102+233+223=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #66E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E9DF is #991620. Grayscale: #C0C0C0. Windows color (decimal): -10032673 or 14674278. OLE color: 14674278.
HSL color Cylindrical-coordinate representation of color #66E9DF: hue angle of 175.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E9DF is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 233 | 223 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.09 |
| HSL | 175.42º | 0.75% | 0.66% | - |
| HSV(B) | 175.42º | 0.56% | 0.91% | - |
| XYZ | 47.94 | 66.43 | 80.11 | - |
| YUV | 192.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 233 | 223 | 0.56 | 0 | 0.04 | 0.09 | 175.42 | 0.75 | 0.66 |
| Hex | 66 | E9 | DF | 38 | 0 | 4 | 9 | AF | 4B | 42 |
| Octal | 146 | 351 | 337 | 70 | 0 | 4 | 11 | 257 | 113 | 102 |
| Binary | 1100110 | 11101001 | 11011111 | 111000 | 0 | 100 | 1001 | 10101111 | 1001011 | 1000010 |
Color Harmonies of #66E9DF
Complementary color
Monochromatic Colors of #66E9DF
Black with #66E9DF
Text Example
Text Example
White with #66E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E9DF; }
p { color: rgb(102,233,223); }
H1.HeaderClassName
{
color: #66E9DF;
}
.AnyTagClassName
{
color: #66E9DF;
}
</style>
background-color css
<style>
a { background-color: #66E9DF; }
a { background-color: rgb(102,233,223); }
div.DivClassName
{
background-color: #66E9DF;
}
.BgClassName
{
background-color: #66E9DF;
}
</style>
border-color css
<style>
span { border-color: #66E9DF; }
span { border-color: rgb(102,233,223); }
td.TdClassName
{
border-color: #66E9DF;
}
.TagClassName
{
border-color: #66E9DF;
}
</style>