Shades of Medium Turquoise #42C2B9
Tints of Medium Turquoise #42C2B9
RGB
CMYK
RGB Variations
Color information
#42C2B9 (or 0x42C2B9) is known color: Medium Turquoise. HEX triplet: 42, C2 and B9. RGB value is (66,194,185). Sum of RGB (Red+Green+Blue) = 66+194+185=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C2B9 is #BD3D46. Grayscale: #9A9A9A. Windows color (decimal): -12401991 or 12173890. OLE color: 12173890.
HSL color Cylindrical-coordinate representation of color #42C2B9: hue angle of 175.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C2B9 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 185 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.24 |
| HSL | 175.78º | 0.51% | 0.51% | - |
| HSV(B) | 175.78º | 0.66% | 0.76% | - |
| XYZ | 30.3 | 43.24 | 52.65 | - |
| YUV | 154.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 185 | 0.66 | 0 | 0.05 | 0.24 | 175.78 | 0.51 | 0.51 |
| Hex | 42 | C2 | B9 | 42 | 0 | 5 | 18 | B0 | 33 | 33 |
| Octal | 102 | 302 | 271 | 102 | 0 | 5 | 30 | 260 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10111001 | 1000010 | 0 | 101 | 11000 | 10110000 | 110011 | 110011 |
Color Harmonies of #42C2B9
Complementary color
Monochromatic Colors of #42C2B9
Black with #42C2B9
Text Example
Text Example
White with #42C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2B9; }
p { color: rgb(66,194,185); }
H1.HeaderClassName
{
color: #42C2B9;
}
.AnyTagClassName
{
color: #42C2B9;
}
</style>
background-color css
<style>
a { background-color: #42C2B9; }
a { background-color: rgb(66,194,185); }
div.DivClassName
{
background-color: #42C2B9;
}
.BgClassName
{
background-color: #42C2B9;
}
</style>
border-color css
<style>
span { border-color: #42C2B9; }
span { border-color: rgb(66,194,185); }
td.TdClassName
{
border-color: #42C2B9;
}
.TagClassName
{
border-color: #42C2B9;
}
</style>