Shades of Turquoise #42E4CF
Tints of Turquoise #42E4CF
RGB
CMYK
RGB Variations
Color information
#42E4CF (or 0x42E4CF) is known color: Turquoise. HEX triplet: 42, E4 and CF. RGB value is (66,228,207). Sum of RGB (Red+Green+Blue) = 66+228+207=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #42E4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E4CF is #BD1B30. Grayscale: #B1B1B1. Windows color (decimal): -12393265 or 13624386. OLE color: 13624386.
HSL color Cylindrical-coordinate representation of color #42E4CF: hue angle of 172.22º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E4CF is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 207 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.11 |
| HSL | 172.22º | 0.75% | 0.58% | - |
| HSV(B) | 172.22º | 0.71% | 0.89% | - |
| XYZ | 41.25 | 61.15 | 68.66 | - |
| YUV | 177.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 207 | 0.71 | 0 | 0.09 | 0.11 | 172.22 | 0.75 | 0.58 |
| Hex | 42 | E4 | CF | 47 | 0 | 9 | B | AC | 4B | 3A |
| Octal | 102 | 344 | 317 | 107 | 0 | 11 | 13 | 254 | 113 | 72 |
| Binary | 1000010 | 11100100 | 11001111 | 1000111 | 0 | 1001 | 1011 | 10101100 | 1001011 | 111010 |
Color Harmonies of #42E4CF
Complementary color
Monochromatic Colors of #42E4CF
Black with #42E4CF
Text Example
Text Example
White with #42E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E4CF; }
p { color: rgb(66,228,207); }
H1.HeaderClassName
{
color: #42E4CF;
}
.AnyTagClassName
{
color: #42E4CF;
}
</style>
background-color css
<style>
a { background-color: #42E4CF; }
a { background-color: rgb(66,228,207); }
div.DivClassName
{
background-color: #42E4CF;
}
.BgClassName
{
background-color: #42E4CF;
}
</style>
border-color css
<style>
span { border-color: #42E4CF; }
span { border-color: rgb(66,228,207); }
td.TdClassName
{
border-color: #42E4CF;
}
.TagClassName
{
border-color: #42E4CF;
}
</style>