Shades of Medium Turquoise #42D0CB
Tints of Medium Turquoise #42D0CB
RGB
CMYK
RGB Variations
Color information
#42D0CB (or 0x42D0CB) is known color: Medium Turquoise. HEX triplet: 42, D0 and CB. RGB value is (66,208,203). Sum of RGB (Red+Green+Blue) = 66+208+203=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D0CB is #BD2F34. Grayscale: #A4A4A4. Windows color (decimal): -12398389 or 13357122. OLE color: 13357122.
HSL color Cylindrical-coordinate representation of color #42D0CB: hue angle of 177.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D0CB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 203 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.18 |
| HSL | 177.89º | 0.6% | 0.54% | - |
| HSV(B) | 177.89º | 0.68% | 0.82% | - |
| XYZ | 35.58 | 50.58 | 64.39 | - |
| YUV | 164.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 203 | 0.68 | 0 | 0.02 | 0.18 | 177.89 | 0.6 | 0.54 |
| Hex | 42 | D0 | CB | 44 | 0 | 2 | 12 | B2 | 3C | 36 |
| Octal | 102 | 320 | 313 | 104 | 0 | 2 | 22 | 262 | 74 | 66 |
| Binary | 1000010 | 11010000 | 11001011 | 1000100 | 0 | 10 | 10010 | 10110010 | 111100 | 110110 |
Color Harmonies of #42D0CB
Complementary color
Monochromatic Colors of #42D0CB
Black with #42D0CB
Text Example
Text Example
White with #42D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0CB; }
p { color: rgb(66,208,203); }
H1.HeaderClassName
{
color: #42D0CB;
}
.AnyTagClassName
{
color: #42D0CB;
}
</style>
background-color css
<style>
a { background-color: #42D0CB; }
a { background-color: rgb(66,208,203); }
div.DivClassName
{
background-color: #42D0CB;
}
.BgClassName
{
background-color: #42D0CB;
}
</style>
border-color css
<style>
span { border-color: #42D0CB; }
span { border-color: rgb(66,208,203); }
td.TdClassName
{
border-color: #42D0CB;
}
.TagClassName
{
border-color: #42D0CB;
}
</style>