Shades of Turquoise Blue #66EADB
Tints of Turquoise Blue #66EADB
RGB
CMYK
RGB Variations
Color information
#66EADB (or 0x66EADB) is known color: Turquoise Blue. HEX triplet: 66, EA and DB. RGB value is (102,234,219). Sum of RGB (Red+Green+Blue) = 102+234+219=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #66EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EADB is #991524. Grayscale: #C0C0C0. Windows color (decimal): -10032421 or 14412390. OLE color: 14412390.
HSL color Cylindrical-coordinate representation of color #66EADB: hue angle of 173.18º 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 #66EADB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 219 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.08 |
| HSL | 173.18º | 0.76% | 0.66% | - |
| HSV(B) | 173.18º | 0.56% | 0.92% | - |
| XYZ | 47.69 | 66.78 | 77.4 | - |
| YUV | 192.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 219 | 0.56 | 0 | 0.06 | 0.08 | 173.18 | 0.76 | 0.66 |
| Hex | 66 | EA | DB | 38 | 0 | 6 | 8 | AD | 4C | 42 |
| Octal | 146 | 352 | 333 | 70 | 0 | 6 | 10 | 255 | 114 | 102 |
| Binary | 1100110 | 11101010 | 11011011 | 111000 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000010 |
Color Harmonies of #66EADB
Complementary color
Monochromatic Colors of #66EADB
Black with #66EADB
Text Example
Text Example
White with #66EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EADB; }
p { color: rgb(102,234,219); }
H1.HeaderClassName
{
color: #66EADB;
}
.AnyTagClassName
{
color: #66EADB;
}
</style>
background-color css
<style>
a { background-color: #66EADB; }
a { background-color: rgb(102,234,219); }
div.DivClassName
{
background-color: #66EADB;
}
.BgClassName
{
background-color: #66EADB;
}
</style>
border-color css
<style>
span { border-color: #66EADB; }
span { border-color: rgb(102,234,219); }
td.TdClassName
{
border-color: #66EADB;
}
.TagClassName
{
border-color: #66EADB;
}
</style>