Shades of Medium Turquoise #42CAB9
Tints of Medium Turquoise #42CAB9
RGB
CMYK
RGB Variations
Color information
#42CAB9 (or 0x42CAB9) is known color: Medium Turquoise. HEX triplet: 42, CA and B9. RGB value is (66,202,185). Sum of RGB (Red+Green+Blue) = 66+202+185=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CAB9 is #BD3546. Grayscale: #9F9F9F. Windows color (decimal): -12399943 or 12175938. OLE color: 12175938.
HSL color Cylindrical-coordinate representation of color #42CAB9: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAB9 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 185 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.21 |
| HSL | 172.5º | 0.56% | 0.53% | - |
| HSV(B) | 172.5º | 0.67% | 0.79% | - |
| XYZ | 32.12 | 46.9 | 53.26 | - |
| YUV | 159.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 185 | 0.67 | 0 | 0.08 | 0.21 | 172.5 | 0.56 | 0.53 |
| Hex | 42 | CA | B9 | 43 | 0 | 8 | 15 | AC | 38 | 35 |
| Octal | 102 | 312 | 271 | 103 | 0 | 10 | 25 | 254 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10111001 | 1000011 | 0 | 1000 | 10101 | 10101100 | 111000 | 110101 |
Color Harmonies of #42CAB9
Complementary color
Monochromatic Colors of #42CAB9
Black with #42CAB9
Text Example
Text Example
White with #42CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAB9; }
p { color: rgb(66,202,185); }
H1.HeaderClassName
{
color: #42CAB9;
}
.AnyTagClassName
{
color: #42CAB9;
}
</style>
background-color css
<style>
a { background-color: #42CAB9; }
a { background-color: rgb(66,202,185); }
div.DivClassName
{
background-color: #42CAB9;
}
.BgClassName
{
background-color: #42CAB9;
}
</style>
border-color css
<style>
span { border-color: #42CAB9; }
span { border-color: rgb(66,202,185); }
td.TdClassName
{
border-color: #42CAB9;
}
.TagClassName
{
border-color: #42CAB9;
}
</style>