Shades of Medium Turquoise #42D6BE
Tints of Medium Turquoise #42D6BE
RGB
CMYK
RGB Variations
Color information
#42D6BE (or 0x42D6BE) is known color: Medium Turquoise. HEX triplet: 42, D6 and BE. RGB value is (66,214,190). Sum of RGB (Red+Green+Blue) = 66+214+190=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D6BE is #BD2941. Grayscale: #A6A6A6. Windows color (decimal): -12396866 or 12506690. OLE color: 12506690.
HSL color Cylindrical-coordinate representation of color #42D6BE: hue angle of 170.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D6BE is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 190 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.16 |
| HSL | 170.27º | 0.64% | 0.55% | - |
| HSV(B) | 170.27º | 0.69% | 0.84% | - |
| XYZ | 35.59 | 52.97 | 57.06 | - |
| YUV | 167.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 190 | 0.69 | 0 | 0.11 | 0.16 | 170.27 | 0.64 | 0.55 |
| Hex | 42 | D6 | BE | 45 | 0 | B | 10 | AA | 40 | 37 |
| Octal | 102 | 326 | 276 | 105 | 0 | 13 | 20 | 252 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10111110 | 1000101 | 0 | 1011 | 10000 | 10101010 | 1000000 | 110111 |
Color Harmonies of #42D6BE
Complementary color
Monochromatic Colors of #42D6BE
Black with #42D6BE
Text Example
Text Example
White with #42D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D6BE; }
p { color: rgb(66,214,190); }
H1.HeaderClassName
{
color: #42D6BE;
}
.AnyTagClassName
{
color: #42D6BE;
}
</style>
background-color css
<style>
a { background-color: #42D6BE; }
a { background-color: rgb(66,214,190); }
div.DivClassName
{
background-color: #42D6BE;
}
.BgClassName
{
background-color: #42D6BE;
}
</style>
border-color css
<style>
span { border-color: #42D6BE; }
span { border-color: rgb(66,214,190); }
td.TdClassName
{
border-color: #42D6BE;
}
.TagClassName
{
border-color: #42D6BE;
}
</style>