Shades of Turquoise Blue #66E2DE
Tints of Turquoise Blue #66E2DE
RGB
CMYK
RGB Variations
Color information
#66E2DE (or 0x66E2DE) is known color: Turquoise Blue. HEX triplet: 66, E2 and DE. RGB value is (102,226,222). Sum of RGB (Red+Green+Blue) = 102+226+222=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2DE is #991D21. Grayscale: #BCBCBC. Windows color (decimal): -10034466 or 14606950. OLE color: 14606950.
HSL color Cylindrical-coordinate representation of color #66E2DE: hue angle of 178.06º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2DE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 222 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.11 |
| HSL | 178.06º | 0.68% | 0.64% | - |
| HSV(B) | 178.06º | 0.55% | 0.89% | - |
| XYZ | 45.86 | 62.49 | 78.75 | - |
| YUV | 188.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 222 | 0.55 | 0 | 0.02 | 0.11 | 178.06 | 0.68 | 0.64 |
| Hex | 66 | E2 | DE | 37 | 0 | 2 | B | B2 | 44 | 40 |
| Octal | 146 | 342 | 336 | 67 | 0 | 2 | 13 | 262 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11011110 | 110111 | 0 | 10 | 1011 | 10110010 | 1000100 | 1000000 |
Color Harmonies of #66E2DE
Complementary color
Monochromatic Colors of #66E2DE
Black with #66E2DE
Text Example
Text Example
White with #66E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2DE; }
p { color: rgb(102,226,222); }
H1.HeaderClassName
{
color: #66E2DE;
}
.AnyTagClassName
{
color: #66E2DE;
}
</style>
background-color css
<style>
a { background-color: #66E2DE; }
a { background-color: rgb(102,226,222); }
div.DivClassName
{
background-color: #66E2DE;
}
.BgClassName
{
background-color: #66E2DE;
}
</style>
border-color css
<style>
span { border-color: #66E2DE; }
span { border-color: rgb(102,226,222); }
td.TdClassName
{
border-color: #66E2DE;
}
.TagClassName
{
border-color: #66E2DE;
}
</style>