Shades of Turquoise #42E5DB
Tints of Turquoise #42E5DB
RGB
CMYK
RGB Variations
Color information
#42E5DB (or 0x42E5DB) is known color: Turquoise. HEX triplet: 42, E5 and DB. RGB value is (66,229,219). Sum of RGB (Red+Green+Blue) = 66+229+219=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5DB is #BD1A24. Grayscale: #B3B3B3. Windows color (decimal): -12392997 or 14411074. OLE color: 14411074.
HSL color Cylindrical-coordinate representation of color #42E5DB: hue angle of 176.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E5DB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 219 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.10 |
| HSL | 176.32º | 0.76% | 0.58% | - |
| HSV(B) | 176.32º | 0.71% | 0.9% | - |
| XYZ | 43.05 | 62.31 | 76.78 | - |
| YUV | 179.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 219 | 0.71 | 0 | 0.04 | 0.10 | 176.32 | 0.76 | 0.58 |
| Hex | 42 | E5 | DB | 47 | 0 | 4 | A | B0 | 4C | 3A |
| Octal | 102 | 345 | 333 | 107 | 0 | 4 | 12 | 260 | 114 | 72 |
| Binary | 1000010 | 11100101 | 11011011 | 1000111 | 0 | 100 | 1010 | 10110000 | 1001100 | 111010 |
Color Harmonies of #42E5DB
Complementary color
Monochromatic Colors of #42E5DB
Black with #42E5DB
Text Example
Text Example
White with #42E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5DB; }
p { color: rgb(66,229,219); }
H1.HeaderClassName
{
color: #42E5DB;
}
.AnyTagClassName
{
color: #42E5DB;
}
</style>
background-color css
<style>
a { background-color: #42E5DB; }
a { background-color: rgb(66,229,219); }
div.DivClassName
{
background-color: #42E5DB;
}
.BgClassName
{
background-color: #42E5DB;
}
</style>
border-color css
<style>
span { border-color: #42E5DB; }
span { border-color: rgb(66,229,219); }
td.TdClassName
{
border-color: #42E5DB;
}
.TagClassName
{
border-color: #42E5DB;
}
</style>