Shades of Medium Turquoise #42C0CB
Tints of Medium Turquoise #42C0CB
RGB
CMYK
RGB Variations
Color information
#42C0CB (or 0x42C0CB) is known color: Medium Turquoise. HEX triplet: 42, C0 and CB. RGB value is (66,192,203). Sum of RGB (Red+Green+Blue) = 66+192+203=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #42C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C0CB is #BD3F34. Grayscale: #9B9B9B. Windows color (decimal): -12402485 or 13353026. OLE color: 13353026.
HSL color Cylindrical-coordinate representation of color #42C0CB: hue angle of 184.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C0CB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 192 | 203 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.20 |
| HSL | 184.82º | 0.57% | 0.53% | - |
| HSV(B) | 184.82º | 0.67% | 0.8% | - |
| XYZ | 31.88 | 43.17 | 63.15 | - |
| YUV | 155.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 203 | 0.67 | 0.05 | 0 | 0.20 | 184.82 | 0.57 | 0.53 |
| Hex | 42 | C0 | CB | 43 | 5 | 0 | 14 | B9 | 39 | 35 |
| Octal | 102 | 300 | 313 | 103 | 5 | 0 | 24 | 271 | 71 | 65 |
| Binary | 1000010 | 11000000 | 11001011 | 1000011 | 101 | 0 | 10100 | 10111001 | 111001 | 110101 |
Color Harmonies of #42C0CB
Complementary color
Monochromatic Colors of #42C0CB
Black with #42C0CB
Text Example
Text Example
White with #42C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0CB; }
p { color: rgb(66,192,203); }
H1.HeaderClassName
{
color: #42C0CB;
}
.AnyTagClassName
{
color: #42C0CB;
}
</style>
background-color css
<style>
a { background-color: #42C0CB; }
a { background-color: rgb(66,192,203); }
div.DivClassName
{
background-color: #42C0CB;
}
.BgClassName
{
background-color: #42C0CB;
}
</style>
border-color css
<style>
span { border-color: #42C0CB; }
span { border-color: rgb(66,192,203); }
td.TdClassName
{
border-color: #42C0CB;
}
.TagClassName
{
border-color: #42C0CB;
}
</style>