Shades of Medium Turquoise #42CBC0
Tints of Medium Turquoise #42CBC0
RGB
CMYK
RGB Variations
Color information
#42CBC0 (or 0x42CBC0) is known color: Medium Turquoise. HEX triplet: 42, CB and C0. RGB value is (66,203,192). Sum of RGB (Red+Green+Blue) = 66+203+192=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBC0 is #BD343F. Grayscale: #A0A0A0. Windows color (decimal): -12399680 or 12634946. OLE color: 12634946.
HSL color Cylindrical-coordinate representation of color #42CBC0: hue angle of 175.18º 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 #42CBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 192 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.20 |
| HSL | 175.18º | 0.57% | 0.53% | - |
| HSV(B) | 175.18º | 0.67% | 0.8% | - |
| XYZ | 33.12 | 47.68 | 57.33 | - |
| YUV | 160.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 192 | 0.67 | 0 | 0.05 | 0.20 | 175.18 | 0.57 | 0.53 |
| Hex | 42 | CB | C0 | 43 | 0 | 5 | 14 | AF | 39 | 35 |
| Octal | 102 | 313 | 300 | 103 | 0 | 5 | 24 | 257 | 71 | 65 |
| Binary | 1000010 | 11001011 | 11000000 | 1000011 | 0 | 101 | 10100 | 10101111 | 111001 | 110101 |
Color Harmonies of #42CBC0
Complementary color
Monochromatic Colors of #42CBC0
Black with #42CBC0
Text Example
Text Example
White with #42CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBC0; }
p { color: rgb(66,203,192); }
H1.HeaderClassName
{
color: #42CBC0;
}
.AnyTagClassName
{
color: #42CBC0;
}
</style>
background-color css
<style>
a { background-color: #42CBC0; }
a { background-color: rgb(66,203,192); }
div.DivClassName
{
background-color: #42CBC0;
}
.BgClassName
{
background-color: #42CBC0;
}
</style>
border-color css
<style>
span { border-color: #42CBC0; }
span { border-color: rgb(66,203,192); }
td.TdClassName
{
border-color: #42CBC0;
}
.TagClassName
{
border-color: #42CBC0;
}
</style>