Shades of Turquoise Blue #66E5DE
Tints of Turquoise Blue #66E5DE
RGB
CMYK
RGB Variations
Color information
#66E5DE (or 0x66E5DE) is known color: Turquoise Blue. HEX triplet: 66, E5 and DE. RGB value is (102,229,222). Sum of RGB (Red+Green+Blue) = 102+229+222=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5DE is #991A21. Grayscale: #BEBEBE. Windows color (decimal): -10033698 or 14607718. OLE color: 14607718.
HSL color Cylindrical-coordinate representation of color #66E5DE: hue angle of 176.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5DE is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 222 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.10 |
| HSL | 176.69º | 0.71% | 0.65% | - |
| HSV(B) | 176.69º | 0.55% | 0.9% | - |
| XYZ | 46.68 | 64.14 | 79.03 | - |
| YUV | 190.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 222 | 0.55 | 0 | 0.03 | 0.10 | 176.69 | 0.71 | 0.65 |
| Hex | 66 | E5 | DE | 37 | 0 | 3 | A | B1 | 47 | 41 |
| Octal | 146 | 345 | 336 | 67 | 0 | 3 | 12 | 261 | 107 | 101 |
| Binary | 1100110 | 11100101 | 11011110 | 110111 | 0 | 11 | 1010 | 10110001 | 1000111 | 1000001 |
Color Harmonies of #66E5DE
Complementary color
Monochromatic Colors of #66E5DE
Black with #66E5DE
Text Example
Text Example
White with #66E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E5DE; }
p { color: rgb(102,229,222); }
H1.HeaderClassName
{
color: #66E5DE;
}
.AnyTagClassName
{
color: #66E5DE;
}
</style>
background-color css
<style>
a { background-color: #66E5DE; }
a { background-color: rgb(102,229,222); }
div.DivClassName
{
background-color: #66E5DE;
}
.BgClassName
{
background-color: #66E5DE;
}
</style>
border-color css
<style>
span { border-color: #66E5DE; }
span { border-color: rgb(102,229,222); }
td.TdClassName
{
border-color: #66E5DE;
}
.TagClassName
{
border-color: #66E5DE;
}
</style>