Shades of Turquoise Blue #66F0E7
Tints of Turquoise Blue #66F0E7
RGB
CMYK
RGB Variations
Color information
#66F0E7 (or 0x66F0E7) is known color: Turquoise Blue. HEX triplet: 66, F0 and E7. RGB value is (102,240,231). Sum of RGB (Red+Green+Blue) = 102+240+231=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F0E7 is #990F18. Grayscale: #C5C5C5. Windows color (decimal): -10030873 or 15200358. OLE color: 15200358.
HSL color Cylindrical-coordinate representation of color #66F0E7: hue angle of 176.09º 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 #66F0E7 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 231 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.06 |
| HSL | 176.09º | 0.82% | 0.67% | - |
| HSV(B) | 176.09º | 0.58% | 0.94% | - |
| XYZ | 51.06 | 70.91 | 86.6 | - |
| YUV | 197.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 231 | 0.58 | 0 | 0.04 | 0.06 | 176.09 | 0.82 | 0.67 |
| Hex | 66 | F0 | E7 | 3A | 0 | 4 | 6 | B0 | 52 | 43 |
| Octal | 146 | 360 | 347 | 72 | 0 | 4 | 6 | 260 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11100111 | 111010 | 0 | 100 | 110 | 10110000 | 1010010 | 1000011 |
Color Harmonies of #66F0E7
Complementary color
Monochromatic Colors of #66F0E7
Black with #66F0E7
Text Example
Text Example
White with #66F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0E7; }
p { color: rgb(102,240,231); }
H1.HeaderClassName
{
color: #66F0E7;
}
.AnyTagClassName
{
color: #66F0E7;
}
</style>
background-color css
<style>
a { background-color: #66F0E7; }
a { background-color: rgb(102,240,231); }
div.DivClassName
{
background-color: #66F0E7;
}
.BgClassName
{
background-color: #66F0E7;
}
</style>
border-color css
<style>
span { border-color: #66F0E7; }
span { border-color: rgb(102,240,231); }
td.TdClassName
{
border-color: #66F0E7;
}
.TagClassName
{
border-color: #66F0E7;
}
</style>