Shades of Medium Turquoise #42D7BE
Tints of Medium Turquoise #42D7BE
RGB
CMYK
RGB Variations
Color information
#42D7BE (or 0x42D7BE) is known color: Medium Turquoise. HEX triplet: 42, D7 and BE. RGB value is (66,215,190). Sum of RGB (Red+Green+Blue) = 66+215+190=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7BE is #BD2841. Grayscale: #A7A7A7. Windows color (decimal): -12396610 or 12506946. OLE color: 12506946.
HSL color Cylindrical-coordinate representation of color #42D7BE: hue angle of 169.93º degrees, saturation: 0.65, 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 #42D7BE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 190 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.16 |
| HSL | 169.93º | 0.65% | 0.55% | - |
| HSV(B) | 169.93º | 0.69% | 0.84% | - |
| XYZ | 35.84 | 53.48 | 57.15 | - |
| YUV | 167.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 190 | 0.69 | 0 | 0.12 | 0.16 | 169.93 | 0.65 | 0.55 |
| Hex | 42 | D7 | BE | 45 | 0 | C | 10 | AA | 41 | 37 |
| Octal | 102 | 327 | 276 | 105 | 0 | 14 | 20 | 252 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10111110 | 1000101 | 0 | 1100 | 10000 | 10101010 | 1000001 | 110111 |
Color Harmonies of #42D7BE
Complementary color
Monochromatic Colors of #42D7BE
Black with #42D7BE
Text Example
Text Example
White with #42D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D7BE; }
p { color: rgb(66,215,190); }
H1.HeaderClassName
{
color: #42D7BE;
}
.AnyTagClassName
{
color: #42D7BE;
}
</style>
background-color css
<style>
a { background-color: #42D7BE; }
a { background-color: rgb(66,215,190); }
div.DivClassName
{
background-color: #42D7BE;
}
.BgClassName
{
background-color: #42D7BE;
}
</style>
border-color css
<style>
span { border-color: #42D7BE; }
span { border-color: rgb(66,215,190); }
td.TdClassName
{
border-color: #42D7BE;
}
.TagClassName
{
border-color: #42D7BE;
}
</style>