Shades of Turquoise #42EAE2
Tints of Turquoise #42EAE2
RGB
CMYK
RGB Variations
Color information
#42EAE2 (or 0x42EAE2) is known color: Turquoise. HEX triplet: 42, EA and E2. RGB value is (66,234,226). Sum of RGB (Red+Green+Blue) = 66+234+226=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAE2 is #BD151D. Grayscale: #B6B6B6. Windows color (decimal): -12391710 or 14871106. OLE color: 14871106.
HSL color Cylindrical-coordinate representation of color #42EAE2: hue angle of 177.14º 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 #42EAE2 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 226 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.08 |
| HSL | 177.14º | 0.8% | 0.59% | - |
| HSV(B) | 177.14º | 0.72% | 0.92% | - |
| XYZ | 45.4 | 65.49 | 82.2 | - |
| YUV | 182.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 226 | 0.72 | 0 | 0.03 | 0.08 | 177.14 | 0.8 | 0.59 |
| Hex | 42 | EA | E2 | 48 | 0 | 3 | 8 | B1 | 50 | 3B |
| Octal | 102 | 352 | 342 | 110 | 0 | 3 | 10 | 261 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11100010 | 1001000 | 0 | 11 | 1000 | 10110001 | 1010000 | 111011 |
Color Harmonies of #42EAE2
Complementary color
Monochromatic Colors of #42EAE2
Black with #42EAE2
Text Example
Text Example
White with #42EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EAE2; }
p { color: rgb(66,234,226); }
H1.HeaderClassName
{
color: #42EAE2;
}
.AnyTagClassName
{
color: #42EAE2;
}
</style>
background-color css
<style>
a { background-color: #42EAE2; }
a { background-color: rgb(66,234,226); }
div.DivClassName
{
background-color: #42EAE2;
}
.BgClassName
{
background-color: #42EAE2;
}
</style>
border-color css
<style>
span { border-color: #42EAE2; }
span { border-color: rgb(66,234,226); }
td.TdClassName
{
border-color: #42EAE2;
}
.TagClassName
{
border-color: #42EAE2;
}
</style>