Shades of Turquoise Blue #66E0D8
Tints of Turquoise Blue #66E0D8
RGB
CMYK
RGB Variations
Color information
#66E0D8 (or 0x66E0D8) is known color: Turquoise Blue. HEX triplet: 66, E0 and D8. RGB value is (102,224,216). Sum of RGB (Red+Green+Blue) = 102+224+216=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0D8 is #991F27. Grayscale: #BABABA. Windows color (decimal): -10034984 or 14213222. OLE color: 14213222.
HSL color Cylindrical-coordinate representation of color #66E0D8: hue angle of 176.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0D8 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 216 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.12 |
| HSL | 176.07º | 0.66% | 0.64% | - |
| HSV(B) | 176.07º | 0.54% | 0.88% | - |
| XYZ | 44.53 | 61.09 | 74.41 | - |
| YUV | 186.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 216 | 0.54 | 0 | 0.04 | 0.12 | 176.07 | 0.66 | 0.64 |
| Hex | 66 | E0 | D8 | 36 | 0 | 4 | C | B0 | 42 | 40 |
| Octal | 146 | 340 | 330 | 66 | 0 | 4 | 14 | 260 | 102 | 100 |
| Binary | 1100110 | 11100000 | 11011000 | 110110 | 0 | 100 | 1100 | 10110000 | 1000010 | 1000000 |
Color Harmonies of #66E0D8
Complementary color
Monochromatic Colors of #66E0D8
Black with #66E0D8
Text Example
Text Example
White with #66E0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0D8; }
p { color: rgb(102,224,216); }
H1.HeaderClassName
{
color: #66E0D8;
}
.AnyTagClassName
{
color: #66E0D8;
}
</style>
background-color css
<style>
a { background-color: #66E0D8; }
a { background-color: rgb(102,224,216); }
div.DivClassName
{
background-color: #66E0D8;
}
.BgClassName
{
background-color: #66E0D8;
}
</style>
border-color css
<style>
span { border-color: #66E0D8; }
span { border-color: rgb(102,224,216); }
td.TdClassName
{
border-color: #66E0D8;
}
.TagClassName
{
border-color: #66E0D8;
}
</style>