Shades of Medium Turquoise #42C0B9
Tints of Medium Turquoise #42C0B9
RGB
CMYK
RGB Variations
Color information
#42C0B9 (or 0x42C0B9) is known color: Medium Turquoise. HEX triplet: 42, C0 and B9. RGB value is (66,192,185). Sum of RGB (Red+Green+Blue) = 66+192+185=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C0B9 is #BD3F46. Grayscale: #999999. Windows color (decimal): -12402503 or 12173378. OLE color: 12173378.
HSL color Cylindrical-coordinate representation of color #42C0B9: hue angle of 176.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C0B9 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 185 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.25 |
| HSL | 176.67º | 0.5% | 0.51% | - |
| HSV(B) | 176.67º | 0.66% | 0.75% | - |
| XYZ | 29.85 | 42.36 | 52.5 | - |
| YUV | 153.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 185 | 0.66 | 0 | 0.04 | 0.25 | 176.67 | 0.5 | 0.51 |
| Hex | 42 | C0 | B9 | 42 | 0 | 4 | 19 | B1 | 32 | 33 |
| Octal | 102 | 300 | 271 | 102 | 0 | 4 | 31 | 261 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10111001 | 1000010 | 0 | 100 | 11001 | 10110001 | 110010 | 110011 |
Color Harmonies of #42C0B9
Complementary color
Monochromatic Colors of #42C0B9
Black with #42C0B9
Text Example
Text Example
White with #42C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0B9; }
p { color: rgb(66,192,185); }
H1.HeaderClassName
{
color: #42C0B9;
}
.AnyTagClassName
{
color: #42C0B9;
}
</style>
background-color css
<style>
a { background-color: #42C0B9; }
a { background-color: rgb(66,192,185); }
div.DivClassName
{
background-color: #42C0B9;
}
.BgClassName
{
background-color: #42C0B9;
}
</style>
border-color css
<style>
span { border-color: #42C0B9; }
span { border-color: rgb(66,192,185); }
td.TdClassName
{
border-color: #42C0B9;
}
.TagClassName
{
border-color: #42C0B9;
}
</style>