Shades of Turquoise Blue #66E5E0
Tints of Turquoise Blue #66E5E0
RGB
CMYK
RGB Variations
Color information
#66E5E0 (or 0x66E5E0) is known color: Turquoise Blue. HEX triplet: 66, E5 and E0. RGB value is (102,229,224). Sum of RGB (Red+Green+Blue) = 102+229+224=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5E0 is #991A1F. Grayscale: #BEBEBE. Windows color (decimal): -10033696 or 14738790. OLE color: 14738790.
HSL color Cylindrical-coordinate representation of color #66E5E0: hue angle of 177.64º 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 #66E5E0 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 224 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.10 |
| HSL | 177.64º | 0.71% | 0.65% | - |
| HSV(B) | 177.64º | 0.55% | 0.9% | - |
| XYZ | 46.95 | 64.25 | 80.45 | - |
| YUV | 190.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 224 | 0.55 | 0 | 0.02 | 0.10 | 177.64 | 0.71 | 0.65 |
| Hex | 66 | E5 | E0 | 37 | 0 | 2 | A | B2 | 47 | 41 |
| Octal | 146 | 345 | 340 | 67 | 0 | 2 | 12 | 262 | 107 | 101 |
| Binary | 1100110 | 11100101 | 11100000 | 110111 | 0 | 10 | 1010 | 10110010 | 1000111 | 1000001 |
Color Harmonies of #66E5E0
Complementary color
Monochromatic Colors of #66E5E0
Black with #66E5E0
Text Example
Text Example
White with #66E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E5E0; }
p { color: rgb(102,229,224); }
H1.HeaderClassName
{
color: #66E5E0;
}
.AnyTagClassName
{
color: #66E5E0;
}
</style>
background-color css
<style>
a { background-color: #66E5E0; }
a { background-color: rgb(102,229,224); }
div.DivClassName
{
background-color: #66E5E0;
}
.BgClassName
{
background-color: #66E5E0;
}
</style>
border-color css
<style>
span { border-color: #66E5E0; }
span { border-color: rgb(102,229,224); }
td.TdClassName
{
border-color: #66E5E0;
}
.TagClassName
{
border-color: #66E5E0;
}
</style>