Shades of Medium Turquoise #42CCB9
Tints of Medium Turquoise #42CCB9
RGB
CMYK
RGB Variations
Color information
#42CCB9 (or 0x42CCB9) is known color: Medium Turquoise. HEX triplet: 42, CC and B9. RGB value is (66,204,185). Sum of RGB (Red+Green+Blue) = 66+204+185=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCB9 is #BD3346. Grayscale: #A0A0A0. Windows color (decimal): -12399431 or 12176450. OLE color: 12176450.
HSL color Cylindrical-coordinate representation of color #42CCB9: hue angle of 171.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCB9 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 185 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.2 |
| HSL | 171.74º | 0.58% | 0.53% | - |
| HSV(B) | 171.74º | 0.68% | 0.8% | - |
| XYZ | 32.6 | 47.85 | 53.42 | - |
| YUV | 160.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 185 | 0.68 | 0 | 0.09 | 0.2 | 171.74 | 0.58 | 0.53 |
| Hex | 42 | CC | B9 | 44 | 0 | 9 | 14 | AC | 3A | 35 |
| Octal | 102 | 314 | 271 | 104 | 0 | 11 | 24 | 254 | 72 | 65 |
| Binary | 1000010 | 11001100 | 10111001 | 1000100 | 0 | 1001 | 10100 | 10101100 | 111010 | 110101 |
Color Harmonies of #42CCB9
Complementary color
Monochromatic Colors of #42CCB9
Black with #42CCB9
Text Example
Text Example
White with #42CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCB9; }
p { color: rgb(66,204,185); }
H1.HeaderClassName
{
color: #42CCB9;
}
.AnyTagClassName
{
color: #42CCB9;
}
</style>
background-color css
<style>
a { background-color: #42CCB9; }
a { background-color: rgb(66,204,185); }
div.DivClassName
{
background-color: #42CCB9;
}
.BgClassName
{
background-color: #42CCB9;
}
</style>
border-color css
<style>
span { border-color: #42CCB9; }
span { border-color: rgb(66,204,185); }
td.TdClassName
{
border-color: #42CCB9;
}
.TagClassName
{
border-color: #42CCB9;
}
</style>