Shades of Turquoise #42EBE0
Tints of Turquoise #42EBE0
RGB
CMYK
RGB Variations
Color information
#42EBE0 (or 0x42EBE0) is known color: Turquoise. HEX triplet: 42, EB and E0. RGB value is (66,235,224). Sum of RGB (Red+Green+Blue) = 66+235+224=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBE0 is #BD141F. Grayscale: #B7B7B7. Windows color (decimal): -12391456 or 14740290. OLE color: 14740290.
HSL color Cylindrical-coordinate representation of color #42EBE0: hue angle of 176.09º 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 #42EBE0 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 224 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.08 |
| HSL | 176.09º | 0.81% | 0.59% | - |
| HSV(B) | 176.09º | 0.72% | 0.92% | - |
| XYZ | 45.41 | 65.96 | 80.86 | - |
| YUV | 183.22 | 151.01 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 224 | 0.72 | 0 | 0.05 | 0.08 | 176.09 | 0.81 | 0.59 |
| Hex | 42 | EB | E0 | 48 | 0 | 5 | 8 | B0 | 51 | 3B |
| Octal | 102 | 353 | 340 | 110 | 0 | 5 | 10 | 260 | 121 | 73 |
| Binary | 1000010 | 11101011 | 11100000 | 1001000 | 0 | 101 | 1000 | 10110000 | 1010001 | 111011 |
Color Harmonies of #42EBE0
Complementary color
Monochromatic Colors of #42EBE0
Black with #42EBE0
Text Example
Text Example
White with #42EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBE0; }
p { color: rgb(66,235,224); }
H1.HeaderClassName
{
color: #42EBE0;
}
.AnyTagClassName
{
color: #42EBE0;
}
</style>
background-color css
<style>
a { background-color: #42EBE0; }
a { background-color: rgb(66,235,224); }
div.DivClassName
{
background-color: #42EBE0;
}
.BgClassName
{
background-color: #42EBE0;
}
</style>
border-color css
<style>
span { border-color: #42EBE0; }
span { border-color: rgb(66,235,224); }
td.TdClassName
{
border-color: #42EBE0;
}
.TagClassName
{
border-color: #42EBE0;
}
</style>