Shades of Turquoise #42ECDB
Tints of Turquoise #42ECDB
RGB
CMYK
RGB Variations
Color information
#42ECDB (or 0x42ECDB) is known color: Turquoise. HEX triplet: 42, EC and DB. RGB value is (66,236,219). Sum of RGB (Red+Green+Blue) = 66+236+219=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECDB is #BD1324. Grayscale: #B7B7B7. Windows color (decimal): -12391205 or 14412866. OLE color: 14412866.
HSL color Cylindrical-coordinate representation of color #42ECDB: hue angle of 174º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECDB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 219 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.07 |
| HSL | 174º | 0.82% | 0.59% | - |
| HSV(B) | 174º | 0.72% | 0.93% | - |
| XYZ | 45.03 | 66.26 | 77.43 | - |
| YUV | 183.23 | 148.18 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 219 | 0.72 | 0 | 0.07 | 0.07 | 174 | 0.82 | 0.59 |
| Hex | 42 | EC | DB | 48 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 102 | 354 | 333 | 110 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11011011 | 1001000 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #42ECDB
Complementary color
Monochromatic Colors of #42ECDB
Black with #42ECDB
Text Example
Text Example
White with #42ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECDB; }
p { color: rgb(66,236,219); }
H1.HeaderClassName
{
color: #42ECDB;
}
.AnyTagClassName
{
color: #42ECDB;
}
</style>
background-color css
<style>
a { background-color: #42ECDB; }
a { background-color: rgb(66,236,219); }
div.DivClassName
{
background-color: #42ECDB;
}
.BgClassName
{
background-color: #42ECDB;
}
</style>
border-color css
<style>
span { border-color: #42ECDB; }
span { border-color: rgb(66,236,219); }
td.TdClassName
{
border-color: #42ECDB;
}
.TagClassName
{
border-color: #42ECDB;
}
</style>