Shades of Turquoise Blue #66DBFF
Tints of Turquoise Blue #66DBFF
RGB
CMYK
RGB Variations
Color information
#66DBFF (or 0x66DBFF) is known color: Turquoise Blue. HEX triplet: 66, DB and FF. RGB value is (102,219,255). Sum of RGB (Red+Green+Blue) = 102+219+255=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #66DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFF is #992400. Grayscale: #BBBBBB. Windows color (decimal): -10036225 or 16767846. OLE color: 16767846.
HSL color Cylindrical-coordinate representation of color #66DBFF: hue angle of 194.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DBFF is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 219 | 255 | - |
| CMYK | 0.6 | 0.14 | 0 | 0 |
| HSL | 194.12º | 1% | 0.7% | - |
| HSV(B) | 194.12º | 0.6% | 1% | - |
| XYZ | 48.86 | 60.71 | 103.75 | - |
| YUV | 188.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 255 | 0.6 | 0.14 | 0 | 0 | 194.12 | 1 | 0.7 |
| Hex | 66 | DB | FF | 3C | E | 0 | 0 | C2 | 64 | 46 |
| Octal | 146 | 333 | 377 | 74 | 16 | 0 | 0 | 302 | 144 | 106 |
| Binary | 1100110 | 11011011 | 11111111 | 111100 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000110 |
Color Harmonies of #66DBFF
Complementary color
Monochromatic Colors of #66DBFF
Black with #66DBFF
Text Example
Text Example
White with #66DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBFF; }
p { color: rgb(102,219,255); }
H1.HeaderClassName
{
color: #66DBFF;
}
.AnyTagClassName
{
color: #66DBFF;
}
</style>
background-color css
<style>
a { background-color: #66DBFF; }
a { background-color: rgb(102,219,255); }
div.DivClassName
{
background-color: #66DBFF;
}
.BgClassName
{
background-color: #66DBFF;
}
</style>
border-color css
<style>
span { border-color: #66DBFF; }
span { border-color: rgb(102,219,255); }
td.TdClassName
{
border-color: #66DBFF;
}
.TagClassName
{
border-color: #66DBFF;
}
</style>