Shades of Turquoise #42EEBE
Tints of Turquoise #42EEBE
RGB
CMYK
RGB Variations
Color information
#42EEBE (or 0x42EEBE) is known color: Turquoise. HEX triplet: 42, EE and BE. RGB value is (66,238,190). Sum of RGB (Red+Green+Blue) = 66+238+190=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEBE is #BD1141. Grayscale: #B5B5B5. Windows color (decimal): -12390722 or 12512834. OLE color: 12512834.
HSL color Cylindrical-coordinate representation of color #42EEBE: hue angle of 163.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEBE is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 190 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.07 |
| HSL | 163.26º | 0.83% | 0.6% | - |
| HSV(B) | 163.26º | 0.72% | 0.93% | - |
| XYZ | 42.12 | 66.03 | 59.24 | - |
| YUV | 181.1 | 133.02 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 190 | 0.72 | 0 | 0.20 | 0.07 | 163.26 | 0.83 | 0.6 |
| Hex | 42 | EE | BE | 48 | 0 | 14 | 7 | A3 | 53 | 3C |
| Octal | 102 | 356 | 276 | 110 | 0 | 24 | 7 | 243 | 123 | 74 |
| Binary | 1000010 | 11101110 | 10111110 | 1001000 | 0 | 10100 | 111 | 10100011 | 1010011 | 111100 |
Color Harmonies of #42EEBE
Complementary color
Monochromatic Colors of #42EEBE
Black with #42EEBE
Text Example
Text Example
White with #42EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEBE; }
p { color: rgb(66,238,190); }
H1.HeaderClassName
{
color: #42EEBE;
}
.AnyTagClassName
{
color: #42EEBE;
}
</style>
background-color css
<style>
a { background-color: #42EEBE; }
a { background-color: rgb(66,238,190); }
div.DivClassName
{
background-color: #42EEBE;
}
.BgClassName
{
background-color: #42EEBE;
}
</style>
border-color css
<style>
span { border-color: #42EEBE; }
span { border-color: rgb(66,238,190); }
td.TdClassName
{
border-color: #42EEBE;
}
.TagClassName
{
border-color: #42EEBE;
}
</style>