Shades of Turquoise Blue #66DBED
Tints of Turquoise Blue #66DBED
RGB
CMYK
RGB Variations
Color information
#66DBED (or 0x66DBED) is known color: Turquoise Blue. HEX triplet: 66, DB and ED. RGB value is (102,219,237). Sum of RGB (Red+Green+Blue) = 102+219+237=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #66DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBED is #992412. Grayscale: #B9B9B9. Windows color (decimal): -10036243 or 15588198. OLE color: 15588198.
HSL color Cylindrical-coordinate representation of color #66DBED: hue angle of 188º 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 #66DBED is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 219 | 237 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.07 |
| HSL | 188º | 0.79% | 0.66% | - |
| HSV(B) | 188º | 0.57% | 0.93% | - |
| XYZ | 46.1 | 59.6 | 89.2 | - |
| YUV | 186.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 237 | 0.57 | 0.08 | 0 | 0.07 | 188 | 0.79 | 0.66 |
| Hex | 66 | DB | ED | 39 | 8 | 0 | 7 | BC | 4F | 42 |
| Octal | 146 | 333 | 355 | 71 | 10 | 0 | 7 | 274 | 117 | 102 |
| Binary | 1100110 | 11011011 | 11101101 | 111001 | 1000 | 0 | 111 | 10111100 | 1001111 | 1000010 |
Color Harmonies of #66DBED
Complementary color
Monochromatic Colors of #66DBED
Black with #66DBED
Text Example
Text Example
White with #66DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBED; }
p { color: rgb(102,219,237); }
H1.HeaderClassName
{
color: #66DBED;
}
.AnyTagClassName
{
color: #66DBED;
}
</style>
background-color css
<style>
a { background-color: #66DBED; }
a { background-color: rgb(102,219,237); }
div.DivClassName
{
background-color: #66DBED;
}
.BgClassName
{
background-color: #66DBED;
}
</style>
border-color css
<style>
span { border-color: #66DBED; }
span { border-color: rgb(102,219,237); }
td.TdClassName
{
border-color: #66DBED;
}
.TagClassName
{
border-color: #66DBED;
}
</style>