Shades of Turquoise #42E8B1
Tints of Turquoise #42E8B1
RGB
CMYK
RGB Variations
Color information
#42E8B1 (or 0x42E8B1) is known color: Turquoise. HEX triplet: 42, E8 and B1. RGB value is (66,232,177). Sum of RGB (Red+Green+Blue) = 66+232+177=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E8B1 is #BD174E. Grayscale: #B0B0B0. Windows color (decimal): -12392271 or 11659330. OLE color: 11659330.
HSL color Cylindrical-coordinate representation of color #42E8B1: hue angle of 160.12º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8B1 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 177 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.09 |
| HSL | 160.12º | 0.78% | 0.58% | - |
| HSV(B) | 160.12º | 0.72% | 0.91% | - |
| XYZ | 39.04 | 62.05 | 51.51 | - |
| YUV | 176.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 177 | 0.72 | 0 | 0.24 | 0.09 | 160.12 | 0.78 | 0.58 |
| Hex | 42 | E8 | B1 | 48 | 0 | 18 | 9 | A0 | 4E | 3A |
| Octal | 102 | 350 | 261 | 110 | 0 | 30 | 11 | 240 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10110001 | 1001000 | 0 | 11000 | 1001 | 10100000 | 1001110 | 111010 |
Color Harmonies of #42E8B1
Complementary color
Monochromatic Colors of #42E8B1
Black with #42E8B1
Text Example
Text Example
White with #42E8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8B1; }
p { color: rgb(66,232,177); }
H1.HeaderClassName
{
color: #42E8B1;
}
.AnyTagClassName
{
color: #42E8B1;
}
</style>
background-color css
<style>
a { background-color: #42E8B1; }
a { background-color: rgb(66,232,177); }
div.DivClassName
{
background-color: #42E8B1;
}
.BgClassName
{
background-color: #42E8B1;
}
</style>
border-color css
<style>
span { border-color: #42E8B1; }
span { border-color: rgb(66,232,177); }
td.TdClassName
{
border-color: #42E8B1;
}
.TagClassName
{
border-color: #42E8B1;
}
</style>