Shades of Turquoise #42EBBE
Tints of Turquoise #42EBBE
RGB
CMYK
RGB Variations
Color information
#42EBBE (or 0x42EBBE) is known color: Turquoise. HEX triplet: 42, EB and BE. RGB value is (66,235,190). Sum of RGB (Red+Green+Blue) = 66+235+190=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBBE is #BD1441. Grayscale: #B3B3B3. Windows color (decimal): -12391490 or 12512066. OLE color: 12512066.
HSL color Cylindrical-coordinate representation of color #42EBBE: hue angle of 164.02º 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 #42EBBE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 190 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.08 |
| HSL | 164.02º | 0.81% | 0.59% | - |
| HSV(B) | 164.02º | 0.72% | 0.92% | - |
| XYZ | 41.25 | 64.29 | 58.95 | - |
| YUV | 179.34 | 134.01 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 190 | 0.72 | 0 | 0.19 | 0.08 | 164.02 | 0.81 | 0.59 |
| Hex | 42 | EB | BE | 48 | 0 | 13 | 8 | A4 | 51 | 3B |
| Octal | 102 | 353 | 276 | 110 | 0 | 23 | 10 | 244 | 121 | 73 |
| Binary | 1000010 | 11101011 | 10111110 | 1001000 | 0 | 10011 | 1000 | 10100100 | 1010001 | 111011 |
Color Harmonies of #42EBBE
Complementary color
Monochromatic Colors of #42EBBE
Black with #42EBBE
Text Example
Text Example
White with #42EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBBE; }
p { color: rgb(66,235,190); }
H1.HeaderClassName
{
color: #42EBBE;
}
.AnyTagClassName
{
color: #42EBBE;
}
</style>
background-color css
<style>
a { background-color: #42EBBE; }
a { background-color: rgb(66,235,190); }
div.DivClassName
{
background-color: #42EBBE;
}
.BgClassName
{
background-color: #42EBBE;
}
</style>
border-color css
<style>
span { border-color: #42EBBE; }
span { border-color: rgb(66,235,190); }
td.TdClassName
{
border-color: #42EBBE;
}
.TagClassName
{
border-color: #42EBBE;
}
</style>