Shades of Turquoise Blue #66EADA
Tints of Turquoise Blue #66EADA
RGB
CMYK
RGB Variations
Color information
#66EADA (or 0x66EADA) is known color: Turquoise Blue. HEX triplet: 66, EA and DA. RGB value is (102,234,218). Sum of RGB (Red+Green+Blue) = 102+234+218=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #66EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EADA is #991525. Grayscale: #C0C0C0. Windows color (decimal): -10032422 or 14346854. OLE color: 14346854.
HSL color Cylindrical-coordinate representation of color #66EADA: hue angle of 172.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EADA is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 218 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.08 |
| HSL | 172.73º | 0.76% | 0.66% | - |
| HSV(B) | 172.73º | 0.56% | 0.92% | - |
| XYZ | 47.56 | 66.73 | 76.7 | - |
| YUV | 192.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 218 | 0.56 | 0 | 0.07 | 0.08 | 172.73 | 0.76 | 0.66 |
| Hex | 66 | EA | DA | 38 | 0 | 7 | 8 | AD | 4C | 42 |
| Octal | 146 | 352 | 332 | 70 | 0 | 7 | 10 | 255 | 114 | 102 |
| Binary | 1100110 | 11101010 | 11011010 | 111000 | 0 | 111 | 1000 | 10101101 | 1001100 | 1000010 |
Color Harmonies of #66EADA
Complementary color
Monochromatic Colors of #66EADA
Black with #66EADA
Text Example
Text Example
White with #66EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EADA; }
p { color: rgb(102,234,218); }
H1.HeaderClassName
{
color: #66EADA;
}
.AnyTagClassName
{
color: #66EADA;
}
</style>
background-color css
<style>
a { background-color: #66EADA; }
a { background-color: rgb(102,234,218); }
div.DivClassName
{
background-color: #66EADA;
}
.BgClassName
{
background-color: #66EADA;
}
</style>
border-color css
<style>
span { border-color: #66EADA; }
span { border-color: rgb(102,234,218); }
td.TdClassName
{
border-color: #66EADA;
}
.TagClassName
{
border-color: #66EADA;
}
</style>