Shades of Turquoise Blue #66F0E5
Tints of Turquoise Blue #66F0E5
RGB
CMYK
RGB Variations
Color information
#66F0E5 (or 0x66F0E5) is known color: Turquoise Blue. HEX triplet: 66, F0 and E5. RGB value is (102,240,229). Sum of RGB (Red+Green+Blue) = 102+240+229=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0E5 is #990F1A. Grayscale: #C5C5C5. Windows color (decimal): -10030875 or 15069286. OLE color: 15069286.
HSL color Cylindrical-coordinate representation of color #66F0E5: hue angle of 175.22º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0E5 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 229 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.06 |
| HSL | 175.22º | 0.82% | 0.67% | - |
| HSV(B) | 175.22º | 0.58% | 0.94% | - |
| XYZ | 50.78 | 70.8 | 85.12 | - |
| YUV | 197.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 229 | 0.58 | 0 | 0.05 | 0.06 | 175.22 | 0.82 | 0.67 |
| Hex | 66 | F0 | E5 | 3A | 0 | 5 | 6 | AF | 52 | 43 |
| Octal | 146 | 360 | 345 | 72 | 0 | 5 | 6 | 257 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11100101 | 111010 | 0 | 101 | 110 | 10101111 | 1010010 | 1000011 |
Color Harmonies of #66F0E5
Complementary color
Monochromatic Colors of #66F0E5
Black with #66F0E5
Text Example
Text Example
White with #66F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0E5; }
p { color: rgb(102,240,229); }
H1.HeaderClassName
{
color: #66F0E5;
}
.AnyTagClassName
{
color: #66F0E5;
}
</style>
background-color css
<style>
a { background-color: #66F0E5; }
a { background-color: rgb(102,240,229); }
div.DivClassName
{
background-color: #66F0E5;
}
.BgClassName
{
background-color: #66F0E5;
}
</style>
border-color css
<style>
span { border-color: #66F0E5; }
span { border-color: rgb(102,240,229); }
td.TdClassName
{
border-color: #66F0E5;
}
.TagClassName
{
border-color: #66F0E5;
}
</style>