Shades of Medium Turquoise #42C0BC
Tints of Medium Turquoise #42C0BC
RGB
CMYK
RGB Variations
Color information
#42C0BC (or 0x42C0BC) is known color: Medium Turquoise. HEX triplet: 42, C0 and BC. RGB value is (66,192,188). Sum of RGB (Red+Green+Blue) = 66+192+188=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C0BC is #BD3F43. Grayscale: #999999. Windows color (decimal): -12402500 or 12369986. OLE color: 12369986.
HSL color Cylindrical-coordinate representation of color #42C0BC: hue angle of 178.1º 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 #42C0BC is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 188 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.25 |
| HSL | 178.1º | 0.5% | 0.51% | - |
| HSV(B) | 178.1º | 0.66% | 0.75% | - |
| XYZ | 30.17 | 42.49 | 54.19 | - |
| YUV | 153.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 188 | 0.66 | 0 | 0.02 | 0.25 | 178.1 | 0.5 | 0.51 |
| Hex | 42 | C0 | BC | 42 | 0 | 2 | 19 | B2 | 32 | 33 |
| Octal | 102 | 300 | 274 | 102 | 0 | 2 | 31 | 262 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10111100 | 1000010 | 0 | 10 | 11001 | 10110010 | 110010 | 110011 |
Color Harmonies of #42C0BC
Complementary color
Monochromatic Colors of #42C0BC
Black with #42C0BC
Text Example
Text Example
White with #42C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0BC; }
p { color: rgb(66,192,188); }
H1.HeaderClassName
{
color: #42C0BC;
}
.AnyTagClassName
{
color: #42C0BC;
}
</style>
background-color css
<style>
a { background-color: #42C0BC; }
a { background-color: rgb(66,192,188); }
div.DivClassName
{
background-color: #42C0BC;
}
.BgClassName
{
background-color: #42C0BC;
}
</style>
border-color css
<style>
span { border-color: #42C0BC; }
span { border-color: rgb(66,192,188); }
td.TdClassName
{
border-color: #42C0BC;
}
.TagClassName
{
border-color: #42C0BC;
}
</style>