Shades of Turquoise Blue #66DBEF
Tints of Turquoise Blue #66DBEF
RGB
CMYK
RGB Variations
Color information
#66DBEF (or 0x66DBEF) is known color: Turquoise Blue. HEX triplet: 66, DB and EF. RGB value is (102,219,239). Sum of RGB (Red+Green+Blue) = 102+219+239=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #66DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBEF is #992410. Grayscale: #BABABA. Windows color (decimal): -10036241 or 15719270. OLE color: 15719270.
HSL color Cylindrical-coordinate representation of color #66DBEF: hue angle of 188.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DBEF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 219 | 239 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.06 |
| HSL | 188.76º | 0.81% | 0.67% | - |
| HSV(B) | 188.76º | 0.57% | 0.94% | - |
| XYZ | 46.39 | 59.72 | 90.74 | - |
| YUV | 186.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 239 | 0.57 | 0.08 | 0 | 0.06 | 188.76 | 0.81 | 0.67 |
| Hex | 66 | DB | EF | 39 | 8 | 0 | 6 | BD | 51 | 43 |
| Octal | 146 | 333 | 357 | 71 | 10 | 0 | 6 | 275 | 121 | 103 |
| Binary | 1100110 | 11011011 | 11101111 | 111001 | 1000 | 0 | 110 | 10111101 | 1010001 | 1000011 |
Color Harmonies of #66DBEF
Complementary color
Monochromatic Colors of #66DBEF
Black with #66DBEF
Text Example
Text Example
White with #66DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBEF; }
p { color: rgb(102,219,239); }
H1.HeaderClassName
{
color: #66DBEF;
}
.AnyTagClassName
{
color: #66DBEF;
}
</style>
background-color css
<style>
a { background-color: #66DBEF; }
a { background-color: rgb(102,219,239); }
div.DivClassName
{
background-color: #66DBEF;
}
.BgClassName
{
background-color: #66DBEF;
}
</style>
border-color css
<style>
span { border-color: #66DBEF; }
span { border-color: rgb(102,219,239); }
td.TdClassName
{
border-color: #66DBEF;
}
.TagClassName
{
border-color: #66DBEF;
}
</style>