Shades of Turquoise #42EAC9
Tints of Turquoise #42EAC9
RGB
CMYK
RGB Variations
Color information
#42EAC9 (or 0x42EAC9) is known color: Turquoise. HEX triplet: 42, EA and C9. RGB value is (66,234,201). Sum of RGB (Red+Green+Blue) = 66+234+201=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAC9 is #BD1536. Grayscale: #B3B3B3. Windows color (decimal): -12391735 or 13232706. OLE color: 13232706.
HSL color Cylindrical-coordinate representation of color #42EAC9: hue angle of 168.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EAC9 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 201 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.08 |
| HSL | 168.21º | 0.8% | 0.59% | - |
| HSV(B) | 168.21º | 0.72% | 0.92% | - |
| XYZ | 42.21 | 64.22 | 65.43 | - |
| YUV | 180.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 201 | 0.72 | 0 | 0.14 | 0.08 | 168.21 | 0.8 | 0.59 |
| Hex | 42 | EA | C9 | 48 | 0 | E | 8 | A8 | 50 | 3B |
| Octal | 102 | 352 | 311 | 110 | 0 | 16 | 10 | 250 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11001001 | 1001000 | 0 | 1110 | 1000 | 10101000 | 1010000 | 111011 |
Color Harmonies of #42EAC9
Complementary color
Monochromatic Colors of #42EAC9
Black with #42EAC9
Text Example
Text Example
White with #42EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EAC9; }
p { color: rgb(66,234,201); }
H1.HeaderClassName
{
color: #42EAC9;
}
.AnyTagClassName
{
color: #42EAC9;
}
</style>
background-color css
<style>
a { background-color: #42EAC9; }
a { background-color: rgb(66,234,201); }
div.DivClassName
{
background-color: #42EAC9;
}
.BgClassName
{
background-color: #42EAC9;
}
</style>
border-color css
<style>
span { border-color: #42EAC9; }
span { border-color: rgb(66,234,201); }
td.TdClassName
{
border-color: #42EAC9;
}
.TagClassName
{
border-color: #42EAC9;
}
</style>