Shades of Turquoise #42EBE2
Tints of Turquoise #42EBE2
RGB
CMYK
RGB Variations
Color information
#42EBE2 (or 0x42EBE2) is known color: Turquoise. HEX triplet: 42, EB and E2. RGB value is (66,235,226). Sum of RGB (Red+Green+Blue) = 66+235+226=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBE2 is #BD141D. Grayscale: #B7B7B7. Windows color (decimal): -12391454 or 14871362. OLE color: 14871362.
HSL color Cylindrical-coordinate representation of color #42EBE2: hue angle of 176.8º degrees, saturation: 0.81, 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 #42EBE2 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 226 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.08 |
| HSL | 176.8º | 0.81% | 0.59% | - |
| HSV(B) | 176.8º | 0.72% | 0.92% | - |
| XYZ | 45.68 | 66.07 | 82.3 | - |
| YUV | 183.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 226 | 0.72 | 0 | 0.04 | 0.08 | 176.8 | 0.81 | 0.59 |
| Hex | 42 | EB | E2 | 48 | 0 | 4 | 8 | B1 | 51 | 3B |
| Octal | 102 | 353 | 342 | 110 | 0 | 4 | 10 | 261 | 121 | 73 |
| Binary | 1000010 | 11101011 | 11100010 | 1001000 | 0 | 100 | 1000 | 10110001 | 1010001 | 111011 |
Color Harmonies of #42EBE2
Complementary color
Monochromatic Colors of #42EBE2
Black with #42EBE2
Text Example
Text Example
White with #42EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBE2; }
p { color: rgb(66,235,226); }
H1.HeaderClassName
{
color: #42EBE2;
}
.AnyTagClassName
{
color: #42EBE2;
}
</style>
background-color css
<style>
a { background-color: #42EBE2; }
a { background-color: rgb(66,235,226); }
div.DivClassName
{
background-color: #42EBE2;
}
.BgClassName
{
background-color: #42EBE2;
}
</style>
border-color css
<style>
span { border-color: #42EBE2; }
span { border-color: rgb(66,235,226); }
td.TdClassName
{
border-color: #42EBE2;
}
.TagClassName
{
border-color: #42EBE2;
}
</style>