Shades of Medium Turquoise #42C6CB
Tints of Medium Turquoise #42C6CB
RGB
CMYK
RGB Variations
Color information
#42C6CB (or 0x42C6CB) is known color: Medium Turquoise. HEX triplet: 42, C6 and CB. RGB value is (66,198,203). Sum of RGB (Red+Green+Blue) = 66+198+203=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #42C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C6CB is #BD3934. Grayscale: #9E9E9E. Windows color (decimal): -12400949 or 13354562. OLE color: 13354562.
HSL color Cylindrical-coordinate representation of color #42C6CB: hue angle of 182.19º 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 #42C6CB is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 198 | 203 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.20 |
| HSL | 182.19º | 0.57% | 0.53% | - |
| HSV(B) | 182.19º | 0.67% | 0.8% | - |
| XYZ | 33.22 | 45.86 | 63.6 | - |
| YUV | 159.1 | 152.77 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 203 | 0.67 | 0.02 | 0 | 0.20 | 182.19 | 0.57 | 0.53 |
| Hex | 42 | C6 | CB | 43 | 2 | 0 | 14 | B6 | 39 | 35 |
| Octal | 102 | 306 | 313 | 103 | 2 | 0 | 24 | 266 | 71 | 65 |
| Binary | 1000010 | 11000110 | 11001011 | 1000011 | 10 | 0 | 10100 | 10110110 | 111001 | 110101 |
Color Harmonies of #42C6CB
Complementary color
Monochromatic Colors of #42C6CB
Black with #42C6CB
Text Example
Text Example
White with #42C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C6CB; }
p { color: rgb(66,198,203); }
H1.HeaderClassName
{
color: #42C6CB;
}
.AnyTagClassName
{
color: #42C6CB;
}
</style>
background-color css
<style>
a { background-color: #42C6CB; }
a { background-color: rgb(66,198,203); }
div.DivClassName
{
background-color: #42C6CB;
}
.BgClassName
{
background-color: #42C6CB;
}
</style>
border-color css
<style>
span { border-color: #42C6CB; }
span { border-color: rgb(66,198,203); }
td.TdClassName
{
border-color: #42C6CB;
}
.TagClassName
{
border-color: #42C6CB;
}
</style>