Shades of Turquoise Blue #66DBEC
Tints of Turquoise Blue #66DBEC
RGB
CMYK
RGB Variations
Color information
#66DBEC (or 0x66DBEC) is known color: Turquoise Blue. HEX triplet: 66, DB and EC. RGB value is (102,219,236). Sum of RGB (Red+Green+Blue) = 102+219+236=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #66DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBEC is #992413. Grayscale: #B9B9B9. Windows color (decimal): -10036244 or 15522662. OLE color: 15522662.
HSL color Cylindrical-coordinate representation of color #66DBEC: hue angle of 187.61º degrees, saturation: 0.78, 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 #66DBEC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 219 | 236 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.07 |
| HSL | 187.61º | 0.78% | 0.66% | - |
| HSV(B) | 187.61º | 0.57% | 0.93% | - |
| XYZ | 45.95 | 59.54 | 88.43 | - |
| YUV | 185.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 236 | 0.57 | 0.07 | 0 | 0.07 | 187.61 | 0.78 | 0.66 |
| Hex | 66 | DB | EC | 39 | 7 | 0 | 7 | BC | 4E | 42 |
| Octal | 146 | 333 | 354 | 71 | 7 | 0 | 7 | 274 | 116 | 102 |
| Binary | 1100110 | 11011011 | 11101100 | 111001 | 111 | 0 | 111 | 10111100 | 1001110 | 1000010 |
Color Harmonies of #66DBEC
Complementary color
Monochromatic Colors of #66DBEC
Black with #66DBEC
Text Example
Text Example
White with #66DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBEC; }
p { color: rgb(102,219,236); }
H1.HeaderClassName
{
color: #66DBEC;
}
.AnyTagClassName
{
color: #66DBEC;
}
</style>
background-color css
<style>
a { background-color: #66DBEC; }
a { background-color: rgb(102,219,236); }
div.DivClassName
{
background-color: #66DBEC;
}
.BgClassName
{
background-color: #66DBEC;
}
</style>
border-color css
<style>
span { border-color: #66DBEC; }
span { border-color: rgb(102,219,236); }
td.TdClassName
{
border-color: #66DBEC;
}
.TagClassName
{
border-color: #66DBEC;
}
</style>