Shades of Turquoise #42E8BB
Tints of Turquoise #42E8BB
RGB
CMYK
RGB Variations
Color information
#42E8BB (or 0x42E8BB) is known color: Turquoise. HEX triplet: 42, E8 and BB. RGB value is (66,232,187). Sum of RGB (Red+Green+Blue) = 66+232+187=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8BB is #BD1744. Grayscale: #B1B1B1. Windows color (decimal): -12392261 or 12314690. OLE color: 12314690.
HSL color Cylindrical-coordinate representation of color #42E8BB: hue angle of 163.73º 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 #42E8BB is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 187 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.09 |
| HSL | 163.73º | 0.78% | 0.58% | - |
| HSV(B) | 163.73º | 0.72% | 0.91% | - |
| XYZ | 40.07 | 62.46 | 56.96 | - |
| YUV | 177.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 187 | 0.72 | 0 | 0.19 | 0.09 | 163.73 | 0.78 | 0.58 |
| Hex | 42 | E8 | BB | 48 | 0 | 13 | 9 | A4 | 4E | 3A |
| Octal | 102 | 350 | 273 | 110 | 0 | 23 | 11 | 244 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10111011 | 1001000 | 0 | 10011 | 1001 | 10100100 | 1001110 | 111010 |
Color Harmonies of #42E8BB
Complementary color
Monochromatic Colors of #42E8BB
Black with #42E8BB
Text Example
Text Example
White with #42E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8BB; }
p { color: rgb(66,232,187); }
H1.HeaderClassName
{
color: #42E8BB;
}
.AnyTagClassName
{
color: #42E8BB;
}
</style>
background-color css
<style>
a { background-color: #42E8BB; }
a { background-color: rgb(66,232,187); }
div.DivClassName
{
background-color: #42E8BB;
}
.BgClassName
{
background-color: #42E8BB;
}
</style>
border-color css
<style>
span { border-color: #42E8BB; }
span { border-color: rgb(66,232,187); }
td.TdClassName
{
border-color: #42E8BB;
}
.TagClassName
{
border-color: #42E8BB;
}
</style>