Shades of Turquoise #42E5CD
Tints of Turquoise #42E5CD
RGB
CMYK
RGB Variations
Color information
#42E5CD (or 0x42E5CD) is known color: Turquoise. HEX triplet: 42, E5 and CD. RGB value is (66,229,205). Sum of RGB (Red+Green+Blue) = 66+229+205=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5CD is #BD1A32. Grayscale: #B1B1B1. Windows color (decimal): -12393011 or 13493570. OLE color: 13493570.
HSL color Cylindrical-coordinate representation of color #42E5CD: hue angle of 171.17º 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 #42E5CD is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 205 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.10 |
| HSL | 171.17º | 0.76% | 0.58% | - |
| HSV(B) | 171.17º | 0.71% | 0.9% | - |
| XYZ | 41.29 | 61.6 | 67.47 | - |
| YUV | 177.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 205 | 0.71 | 0 | 0.10 | 0.10 | 171.17 | 0.76 | 0.58 |
| Hex | 42 | E5 | CD | 47 | 0 | A | A | AB | 4C | 3A |
| Octal | 102 | 345 | 315 | 107 | 0 | 12 | 12 | 253 | 114 | 72 |
| Binary | 1000010 | 11100101 | 11001101 | 1000111 | 0 | 1010 | 1010 | 10101011 | 1001100 | 111010 |
Color Harmonies of #42E5CD
Complementary color
Monochromatic Colors of #42E5CD
Black with #42E5CD
Text Example
Text Example
White with #42E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5CD; }
p { color: rgb(66,229,205); }
H1.HeaderClassName
{
color: #42E5CD;
}
.AnyTagClassName
{
color: #42E5CD;
}
</style>
background-color css
<style>
a { background-color: #42E5CD; }
a { background-color: rgb(66,229,205); }
div.DivClassName
{
background-color: #42E5CD;
}
.BgClassName
{
background-color: #42E5CD;
}
</style>
border-color css
<style>
span { border-color: #42E5CD; }
span { border-color: rgb(66,229,205); }
td.TdClassName
{
border-color: #42E5CD;
}
.TagClassName
{
border-color: #42E5CD;
}
</style>