Shades of Turquoise Blue #66EDDB
Tints of Turquoise Blue #66EDDB
RGB
CMYK
RGB Variations
Color information
#66EDDB (or 0x66EDDB) is known color: Turquoise Blue. HEX triplet: 66, ED and DB. RGB value is (102,237,219). Sum of RGB (Red+Green+Blue) = 102+237+219=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDDB is #991224. Grayscale: #C2C2C2. Windows color (decimal): -10031653 or 14413158. OLE color: 14413158.
HSL color Cylindrical-coordinate representation of color #66EDDB: hue angle of 172º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 219 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.07 |
| HSL | 172º | 0.79% | 0.66% | - |
| HSV(B) | 172º | 0.57% | 0.93% | - |
| XYZ | 48.55 | 68.51 | 77.68 | - |
| YUV | 194.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 219 | 0.57 | 0 | 0.08 | 0.07 | 172 | 0.79 | 0.66 |
| Hex | 66 | ED | DB | 39 | 0 | 8 | 7 | AC | 4F | 42 |
| Octal | 146 | 355 | 333 | 71 | 0 | 10 | 7 | 254 | 117 | 102 |
| Binary | 1100110 | 11101101 | 11011011 | 111001 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000010 |
Color Harmonies of #66EDDB
Complementary color
Monochromatic Colors of #66EDDB
Black with #66EDDB
Text Example
Text Example
White with #66EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDDB; }
p { color: rgb(102,237,219); }
H1.HeaderClassName
{
color: #66EDDB;
}
.AnyTagClassName
{
color: #66EDDB;
}
</style>
background-color css
<style>
a { background-color: #66EDDB; }
a { background-color: rgb(102,237,219); }
div.DivClassName
{
background-color: #66EDDB;
}
.BgClassName
{
background-color: #66EDDB;
}
</style>
border-color css
<style>
span { border-color: #66EDDB; }
span { border-color: rgb(102,237,219); }
td.TdClassName
{
border-color: #66EDDB;
}
.TagClassName
{
border-color: #66EDDB;
}
</style>