Shades of Medium Turquoise #42D8B5
Tints of Medium Turquoise #42D8B5
RGB
CMYK
RGB Variations
Color information
#42D8B5 (or 0x42D8B5) is known color: Medium Turquoise. HEX triplet: 42, D8 and B5. RGB value is (66,216,181). Sum of RGB (Red+Green+Blue) = 66+216+181=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8B5 is #BD274A. Grayscale: #A7A7A7. Windows color (decimal): -12396363 or 11917378. OLE color: 11917378.
HSL color Cylindrical-coordinate representation of color #42D8B5: hue angle of 166º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8B5 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 181 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.15 |
| HSL | 166º | 0.66% | 0.55% | - |
| HSV(B) | 166º | 0.69% | 0.85% | - |
| XYZ | 35.14 | 53.61 | 52.21 | - |
| YUV | 167.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 181 | 0.69 | 0 | 0.16 | 0.15 | 166 | 0.66 | 0.55 |
| Hex | 42 | D8 | B5 | 45 | 0 | 10 | F | A6 | 42 | 37 |
| Octal | 102 | 330 | 265 | 105 | 0 | 20 | 17 | 246 | 102 | 67 |
| Binary | 1000010 | 11011000 | 10110101 | 1000101 | 0 | 10000 | 1111 | 10100110 | 1000010 | 110111 |
Color Harmonies of #42D8B5
Complementary color
Monochromatic Colors of #42D8B5
Black with #42D8B5
Text Example
Text Example
White with #42D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8B5; }
p { color: rgb(66,216,181); }
H1.HeaderClassName
{
color: #42D8B5;
}
.AnyTagClassName
{
color: #42D8B5;
}
</style>
background-color css
<style>
a { background-color: #42D8B5; }
a { background-color: rgb(66,216,181); }
div.DivClassName
{
background-color: #42D8B5;
}
.BgClassName
{
background-color: #42D8B5;
}
</style>
border-color css
<style>
span { border-color: #42D8B5; }
span { border-color: rgb(66,216,181); }
td.TdClassName
{
border-color: #42D8B5;
}
.TagClassName
{
border-color: #42D8B5;
}
</style>