Shades of Turquoise #42E4C8
Tints of Turquoise #42E4C8
RGB
CMYK
RGB Variations
Color information
#42E4C8 (or 0x42E4C8) is known color: Turquoise. HEX triplet: 42, E4 and C8. RGB value is (66,228,200). Sum of RGB (Red+Green+Blue) = 66+228+200=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #42E4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E4C8 is #BD1B37. Grayscale: #B0B0B0. Windows color (decimal): -12393272 or 13165634. OLE color: 13165634.
HSL color Cylindrical-coordinate representation of color #42E4C8: hue angle of 169.63º 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 #42E4C8 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 200 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.11 |
| HSL | 169.63º | 0.75% | 0.58% | - |
| HSV(B) | 169.63º | 0.71% | 0.89% | - |
| XYZ | 40.42 | 60.82 | 64.25 | - |
| YUV | 176.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 200 | 0.71 | 0 | 0.12 | 0.11 | 169.63 | 0.75 | 0.58 |
| Hex | 42 | E4 | C8 | 47 | 0 | C | B | AA | 4B | 3A |
| Octal | 102 | 344 | 310 | 107 | 0 | 14 | 13 | 252 | 113 | 72 |
| Binary | 1000010 | 11100100 | 11001000 | 1000111 | 0 | 1100 | 1011 | 10101010 | 1001011 | 111010 |
Color Harmonies of #42E4C8
Complementary color
Monochromatic Colors of #42E4C8
Black with #42E4C8
Text Example
Text Example
White with #42E4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E4C8; }
p { color: rgb(66,228,200); }
H1.HeaderClassName
{
color: #42E4C8;
}
.AnyTagClassName
{
color: #42E4C8;
}
</style>
background-color css
<style>
a { background-color: #42E4C8; }
a { background-color: rgb(66,228,200); }
div.DivClassName
{
background-color: #42E4C8;
}
.BgClassName
{
background-color: #42E4C8;
}
</style>
border-color css
<style>
span { border-color: #42E4C8; }
span { border-color: rgb(66,228,200); }
td.TdClassName
{
border-color: #42E4C8;
}
.TagClassName
{
border-color: #42E4C8;
}
</style>