Shades of Turquoise Blue #66E1D8
Tints of Turquoise Blue #66E1D8
RGB
CMYK
RGB Variations
Color information
#66E1D8 (or 0x66E1D8) is known color: Turquoise Blue. HEX triplet: 66, E1 and D8. RGB value is (102,225,216). Sum of RGB (Red+Green+Blue) = 102+225+216=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1D8 is #991E27. Grayscale: #BBBBBB. Windows color (decimal): -10034728 or 14213478. OLE color: 14213478.
HSL color Cylindrical-coordinate representation of color #66E1D8: hue angle of 175.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1D8 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 216 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.12 |
| HSL | 175.61º | 0.67% | 0.64% | - |
| HSV(B) | 175.61º | 0.55% | 0.88% | - |
| XYZ | 44.8 | 61.63 | 74.5 | - |
| YUV | 187.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 216 | 0.55 | 0 | 0.04 | 0.12 | 175.61 | 0.67 | 0.64 |
| Hex | 66 | E1 | D8 | 37 | 0 | 4 | C | B0 | 43 | 40 |
| Octal | 146 | 341 | 330 | 67 | 0 | 4 | 14 | 260 | 103 | 100 |
| Binary | 1100110 | 11100001 | 11011000 | 110111 | 0 | 100 | 1100 | 10110000 | 1000011 | 1000000 |
Color Harmonies of #66E1D8
Complementary color
Monochromatic Colors of #66E1D8
Black with #66E1D8
Text Example
Text Example
White with #66E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1D8; }
p { color: rgb(102,225,216); }
H1.HeaderClassName
{
color: #66E1D8;
}
.AnyTagClassName
{
color: #66E1D8;
}
</style>
background-color css
<style>
a { background-color: #66E1D8; }
a { background-color: rgb(102,225,216); }
div.DivClassName
{
background-color: #66E1D8;
}
.BgClassName
{
background-color: #66E1D8;
}
</style>
border-color css
<style>
span { border-color: #66E1D8; }
span { border-color: rgb(102,225,216); }
td.TdClassName
{
border-color: #66E1D8;
}
.TagClassName
{
border-color: #66E1D8;
}
</style>