Shades of Turquoise Blue #66DED5
Tints of Turquoise Blue #66DED5
RGB
CMYK
RGB Variations
Color information
#66DED5 (or 0x66DED5) is known color: Turquoise Blue. HEX triplet: 66, DE and D5. RGB value is (102,222,213). Sum of RGB (Red+Green+Blue) = 102+222+213=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #66DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DED5 is #99212A. Grayscale: #B9B9B9. Windows color (decimal): -10035499 or 14016102. OLE color: 14016102.
HSL color Cylindrical-coordinate representation of color #66DED5: hue angle of 175.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DED5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 213 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.13 |
| HSL | 175.5º | 0.65% | 0.64% | - |
| HSV(B) | 175.5º | 0.54% | 0.87% | - |
| XYZ | 43.61 | 59.87 | 72.21 | - |
| YUV | 185.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 213 | 0.54 | 0 | 0.04 | 0.13 | 175.5 | 0.65 | 0.64 |
| Hex | 66 | DE | D5 | 36 | 0 | 4 | D | B0 | 41 | 40 |
| Octal | 146 | 336 | 325 | 66 | 0 | 4 | 15 | 260 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11010101 | 110110 | 0 | 100 | 1101 | 10110000 | 1000001 | 1000000 |
Color Harmonies of #66DED5
Complementary color
Monochromatic Colors of #66DED5
Black with #66DED5
Text Example
Text Example
White with #66DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DED5; }
p { color: rgb(102,222,213); }
H1.HeaderClassName
{
color: #66DED5;
}
.AnyTagClassName
{
color: #66DED5;
}
</style>
background-color css
<style>
a { background-color: #66DED5; }
a { background-color: rgb(102,222,213); }
div.DivClassName
{
background-color: #66DED5;
}
.BgClassName
{
background-color: #66DED5;
}
</style>
border-color css
<style>
span { border-color: #66DED5; }
span { border-color: rgb(102,222,213); }
td.TdClassName
{
border-color: #66DED5;
}
.TagClassName
{
border-color: #66DED5;
}
</style>