Shades of Turquoise #42E5DC
Tints of Turquoise #42E5DC
RGB
CMYK
RGB Variations
Color information
#42E5DC (or 0x42E5DC) is known color: Turquoise. HEX triplet: 42, E5 and DC. RGB value is (66,229,220). Sum of RGB (Red+Green+Blue) = 66+229+220=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5DC is #BD1A23. Grayscale: #B3B3B3. Windows color (decimal): -12392996 or 14476610. OLE color: 14476610.
HSL color Cylindrical-coordinate representation of color #42E5DC: hue angle of 176.69º 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 #42E5DC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 220 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.10 |
| HSL | 176.69º | 0.76% | 0.58% | - |
| HSV(B) | 176.69º | 0.71% | 0.9% | - |
| XYZ | 43.18 | 62.36 | 77.47 | - |
| YUV | 179.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 220 | 0.71 | 0 | 0.04 | 0.10 | 176.69 | 0.76 | 0.58 |
| Hex | 42 | E5 | DC | 47 | 0 | 4 | A | B1 | 4C | 3A |
| Octal | 102 | 345 | 334 | 107 | 0 | 4 | 12 | 261 | 114 | 72 |
| Binary | 1000010 | 11100101 | 11011100 | 1000111 | 0 | 100 | 1010 | 10110001 | 1001100 | 111010 |
Color Harmonies of #42E5DC
Complementary color
Monochromatic Colors of #42E5DC
Black with #42E5DC
Text Example
Text Example
White with #42E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5DC; }
p { color: rgb(66,229,220); }
H1.HeaderClassName
{
color: #42E5DC;
}
.AnyTagClassName
{
color: #42E5DC;
}
</style>
background-color css
<style>
a { background-color: #42E5DC; }
a { background-color: rgb(66,229,220); }
div.DivClassName
{
background-color: #42E5DC;
}
.BgClassName
{
background-color: #42E5DC;
}
</style>
border-color css
<style>
span { border-color: #42E5DC; }
span { border-color: rgb(66,229,220); }
td.TdClassName
{
border-color: #42E5DC;
}
.TagClassName
{
border-color: #42E5DC;
}
</style>