Shades of Turquoise #42E7BE
Tints of Turquoise #42E7BE
RGB
CMYK
RGB Variations
Color information
#42E7BE (or 0x42E7BE) is known color: Turquoise. HEX triplet: 42, E7 and BE. RGB value is (66,231,190). Sum of RGB (Red+Green+Blue) = 66+231+190=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E7BE is #BD1841. Grayscale: #B0B0B0. Windows color (decimal): -12392514 or 12511042. OLE color: 12511042.
HSL color Cylindrical-coordinate representation of color #42E7BE: hue angle of 165.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E7BE is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 190 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.09 |
| HSL | 165.09º | 0.77% | 0.58% | - |
| HSV(B) | 165.09º | 0.71% | 0.91% | - |
| XYZ | 40.12 | 62.03 | 58.57 | - |
| YUV | 176.99 | 135.34 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 190 | 0.71 | 0 | 0.18 | 0.09 | 165.09 | 0.77 | 0.58 |
| Hex | 42 | E7 | BE | 47 | 0 | 12 | 9 | A5 | 4D | 3A |
| Octal | 102 | 347 | 276 | 107 | 0 | 22 | 11 | 245 | 115 | 72 |
| Binary | 1000010 | 11100111 | 10111110 | 1000111 | 0 | 10010 | 1001 | 10100101 | 1001101 | 111010 |
Color Harmonies of #42E7BE
Complementary color
Monochromatic Colors of #42E7BE
Black with #42E7BE
Text Example
Text Example
White with #42E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E7BE; }
p { color: rgb(66,231,190); }
H1.HeaderClassName
{
color: #42E7BE;
}
.AnyTagClassName
{
color: #42E7BE;
}
</style>
background-color css
<style>
a { background-color: #42E7BE; }
a { background-color: rgb(66,231,190); }
div.DivClassName
{
background-color: #42E7BE;
}
.BgClassName
{
background-color: #42E7BE;
}
</style>
border-color css
<style>
span { border-color: #42E7BE; }
span { border-color: rgb(66,231,190); }
td.TdClassName
{
border-color: #42E7BE;
}
.TagClassName
{
border-color: #42E7BE;
}
</style>