Shades of Turquoise Blue #66DADA
Tints of Turquoise Blue #66DADA
RGB
CMYK
RGB Variations
Color information
#66DADA (or 0x66DADA) is known color: Turquoise Blue. HEX triplet: 66, DA and DA. RGB value is (102,218,218). Sum of RGB (Red+Green+Blue) = 102+218+218=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #66DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADA is #992525. Grayscale: #B7B7B7. Windows color (decimal): -10036518 or 14342758. OLE color: 14342758.
HSL color Cylindrical-coordinate representation of color #66DADA: hue angle of 180º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DADA is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 218 | - |
| CMYK | 0.53 | 0 | 0 | 0.15 |
| HSL | 180º | 0.61% | 0.63% | - |
| HSV(B) | 180º | 0.53% | 0.85% | - |
| XYZ | 43.21 | 58.03 | 75.25 | - |
| YUV | 183.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 218 | 0.53 | 0 | 0 | 0.15 | 180 | 0.61 | 0.63 |
| Hex | 66 | DA | DA | 35 | 0 | 0 | F | B4 | 3D | 3F |
| Octal | 146 | 332 | 332 | 65 | 0 | 0 | 17 | 264 | 75 | 77 |
| Binary | 1100110 | 11011010 | 11011010 | 110101 | 0 | 0 | 1111 | 10110100 | 111101 | 111111 |
Color Harmonies of #66DADA
Complementary color
Monochromatic Colors of #66DADA
Black with #66DADA
Text Example
Text Example
White with #66DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DADA; }
p { color: rgb(102,218,218); }
H1.HeaderClassName
{
color: #66DADA;
}
.AnyTagClassName
{
color: #66DADA;
}
</style>
background-color css
<style>
a { background-color: #66DADA; }
a { background-color: rgb(102,218,218); }
div.DivClassName
{
background-color: #66DADA;
}
.BgClassName
{
background-color: #66DADA;
}
</style>
border-color css
<style>
span { border-color: #66DADA; }
span { border-color: rgb(102,218,218); }
td.TdClassName
{
border-color: #66DADA;
}
.TagClassName
{
border-color: #66DADA;
}
</style>