Shades of Turquoise Blue #66DAE9
Tints of Turquoise Blue #66DAE9
RGB
CMYK
RGB Variations
Color information
#66DAE9 (or 0x66DAE9) is known color: Turquoise Blue. HEX triplet: 66, DA and E9. RGB value is (102,218,233). Sum of RGB (Red+Green+Blue) = 102+218+233=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #66DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DAE9 is #992516. Grayscale: #B8B8B8. Windows color (decimal): -10036503 or 15325798. OLE color: 15325798.
HSL color Cylindrical-coordinate representation of color #66DAE9: hue angle of 186.87º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DAE9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 218 | 233 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.09 |
| HSL | 186.87º | 0.75% | 0.66% | - |
| HSV(B) | 186.87º | 0.56% | 0.91% | - |
| XYZ | 45.26 | 58.85 | 86.06 | - |
| YUV | 185.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 233 | 0.56 | 0.06 | 0 | 0.09 | 186.87 | 0.75 | 0.66 |
| Hex | 66 | DA | E9 | 38 | 6 | 0 | 9 | BB | 4B | 42 |
| Octal | 146 | 332 | 351 | 70 | 6 | 0 | 11 | 273 | 113 | 102 |
| Binary | 1100110 | 11011010 | 11101001 | 111000 | 110 | 0 | 1001 | 10111011 | 1001011 | 1000010 |
Color Harmonies of #66DAE9
Complementary color
Monochromatic Colors of #66DAE9
Black with #66DAE9
Text Example
Text Example
White with #66DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAE9; }
p { color: rgb(102,218,233); }
H1.HeaderClassName
{
color: #66DAE9;
}
.AnyTagClassName
{
color: #66DAE9;
}
</style>
background-color css
<style>
a { background-color: #66DAE9; }
a { background-color: rgb(102,218,233); }
div.DivClassName
{
background-color: #66DAE9;
}
.BgClassName
{
background-color: #66DAE9;
}
</style>
border-color css
<style>
span { border-color: #66DAE9; }
span { border-color: rgb(102,218,233); }
td.TdClassName
{
border-color: #66DAE9;
}
.TagClassName
{
border-color: #66DAE9;
}
</style>