Shades of Turquoise Blue #66DEDB
Tints of Turquoise Blue #66DEDB
RGB
CMYK
RGB Variations
Color information
#66DEDB (or 0x66DEDB) is known color: Turquoise Blue. HEX triplet: 66, DE and DB. RGB value is (102,222,219). Sum of RGB (Red+Green+Blue) = 102+222+219=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEDB is #992124. Grayscale: #B9B9B9. Windows color (decimal): -10035493 or 14409318. OLE color: 14409318.
HSL color Cylindrical-coordinate representation of color #66DEDB: hue angle of 178.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 #66DEDB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 219 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.13 |
| HSL | 178.5º | 0.65% | 0.64% | - |
| HSV(B) | 178.5º | 0.54% | 0.87% | - |
| XYZ | 44.39 | 60.18 | 76.29 | - |
| YUV | 185.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 219 | 0.54 | 0 | 0.01 | 0.13 | 178.5 | 0.65 | 0.64 |
| Hex | 66 | DE | DB | 36 | 0 | 1 | D | B2 | 41 | 40 |
| Octal | 146 | 336 | 333 | 66 | 0 | 1 | 15 | 262 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11011011 | 110110 | 0 | 1 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #66DEDB
Complementary color
Monochromatic Colors of #66DEDB
Black with #66DEDB
Text Example
Text Example
White with #66DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEDB; }
p { color: rgb(102,222,219); }
H1.HeaderClassName
{
color: #66DEDB;
}
.AnyTagClassName
{
color: #66DEDB;
}
</style>
background-color css
<style>
a { background-color: #66DEDB; }
a { background-color: rgb(102,222,219); }
div.DivClassName
{
background-color: #66DEDB;
}
.BgClassName
{
background-color: #66DEDB;
}
</style>
border-color css
<style>
span { border-color: #66DEDB; }
span { border-color: rgb(102,222,219); }
td.TdClassName
{
border-color: #66DEDB;
}
.TagClassName
{
border-color: #66DEDB;
}
</style>