Shades of Turquoise #42ECBE
Tints of Turquoise #42ECBE
RGB
CMYK
RGB Variations
Color information
#42ECBE (or 0x42ECBE) is known color: Turquoise. HEX triplet: 42, EC and BE. RGB value is (66,236,190). Sum of RGB (Red+Green+Blue) = 66+236+190=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECBE is #BD1341. Grayscale: #B3B3B3. Windows color (decimal): -12391234 or 12512322. OLE color: 12512322.
HSL color Cylindrical-coordinate representation of color #42ECBE: hue angle of 163.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECBE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 190 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.07 |
| HSL | 163.76º | 0.82% | 0.59% | - |
| HSV(B) | 163.76º | 0.72% | 0.93% | - |
| XYZ | 41.54 | 64.87 | 59.05 | - |
| YUV | 179.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 190 | 0.72 | 0 | 0.19 | 0.07 | 163.76 | 0.82 | 0.59 |
| Hex | 42 | EC | BE | 48 | 0 | 13 | 7 | A4 | 52 | 3B |
| Octal | 102 | 354 | 276 | 110 | 0 | 23 | 7 | 244 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10111110 | 1001000 | 0 | 10011 | 111 | 10100100 | 1010010 | 111011 |
Color Harmonies of #42ECBE
Complementary color
Monochromatic Colors of #42ECBE
Black with #42ECBE
Text Example
Text Example
White with #42ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECBE; }
p { color: rgb(66,236,190); }
H1.HeaderClassName
{
color: #42ECBE;
}
.AnyTagClassName
{
color: #42ECBE;
}
</style>
background-color css
<style>
a { background-color: #42ECBE; }
a { background-color: rgb(66,236,190); }
div.DivClassName
{
background-color: #42ECBE;
}
.BgClassName
{
background-color: #42ECBE;
}
</style>
border-color css
<style>
span { border-color: #42ECBE; }
span { border-color: rgb(66,236,190); }
td.TdClassName
{
border-color: #42ECBE;
}
.TagClassName
{
border-color: #42ECBE;
}
</style>