Shades of Turquoise Blue #66DBF6
Tints of Turquoise Blue #66DBF6
RGB
CMYK
RGB Variations
Color information
#66DBF6 (or 0x66DBF6) is known color: Turquoise Blue. HEX triplet: 66, DB and F6. RGB value is (102,219,246). Sum of RGB (Red+Green+Blue) = 102+219+246=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #66DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBF6 is #992409. Grayscale: #BABABA. Windows color (decimal): -10036234 or 16178022. OLE color: 16178022.
HSL color Cylindrical-coordinate representation of color #66DBF6: hue angle of 191.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DBF6 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 219 | 246 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.04 |
| HSL | 191.25º | 0.89% | 0.68% | - |
| HSV(B) | 191.25º | 0.59% | 0.96% | - |
| XYZ | 47.45 | 60.14 | 96.3 | - |
| YUV | 187.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 246 | 0.59 | 0.11 | 0 | 0.04 | 191.25 | 0.89 | 0.68 |
| Hex | 66 | DB | F6 | 3B | B | 0 | 4 | BF | 59 | 44 |
| Octal | 146 | 333 | 366 | 73 | 13 | 0 | 4 | 277 | 131 | 104 |
| Binary | 1100110 | 11011011 | 11110110 | 111011 | 1011 | 0 | 100 | 10111111 | 1011001 | 1000100 |
Color Harmonies of #66DBF6
Complementary color
Monochromatic Colors of #66DBF6
Black with #66DBF6
Text Example
Text Example
White with #66DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBF6; }
p { color: rgb(102,219,246); }
H1.HeaderClassName
{
color: #66DBF6;
}
.AnyTagClassName
{
color: #66DBF6;
}
</style>
background-color css
<style>
a { background-color: #66DBF6; }
a { background-color: rgb(102,219,246); }
div.DivClassName
{
background-color: #66DBF6;
}
.BgClassName
{
background-color: #66DBF6;
}
</style>
border-color css
<style>
span { border-color: #66DBF6; }
span { border-color: rgb(102,219,246); }
td.TdClassName
{
border-color: #66DBF6;
}
.TagClassName
{
border-color: #66DBF6;
}
</style>