Shades of Medium Turquoise #42CDC9
Tints of Medium Turquoise #42CDC9
RGB
CMYK
RGB Variations
Color information
#42CDC9 (or 0x42CDC9) is known color: Medium Turquoise. HEX triplet: 42, CD and C9. RGB value is (66,205,201). Sum of RGB (Red+Green+Blue) = 66+205+201=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDC9 is #BD3236. Grayscale: #A2A2A2. Windows color (decimal): -12399159 or 13225282. OLE color: 13225282.
HSL color Cylindrical-coordinate representation of color #42CDC9: hue angle of 178.27º degrees, saturation: 0.58, 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 #42CDC9 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 201 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.20 |
| HSL | 178.27º | 0.58% | 0.53% | - |
| HSV(B) | 178.27º | 0.68% | 0.8% | - |
| XYZ | 34.62 | 49.04 | 62.9 | - |
| YUV | 162.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 201 | 0.68 | 0 | 0.02 | 0.20 | 178.27 | 0.58 | 0.53 |
| Hex | 42 | CD | C9 | 44 | 0 | 2 | 14 | B2 | 3A | 35 |
| Octal | 102 | 315 | 311 | 104 | 0 | 2 | 24 | 262 | 72 | 65 |
| Binary | 1000010 | 11001101 | 11001001 | 1000100 | 0 | 10 | 10100 | 10110010 | 111010 | 110101 |
Color Harmonies of #42CDC9
Complementary color
Monochromatic Colors of #42CDC9
Black with #42CDC9
Text Example
Text Example
White with #42CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDC9; }
p { color: rgb(66,205,201); }
H1.HeaderClassName
{
color: #42CDC9;
}
.AnyTagClassName
{
color: #42CDC9;
}
</style>
background-color css
<style>
a { background-color: #42CDC9; }
a { background-color: rgb(66,205,201); }
div.DivClassName
{
background-color: #42CDC9;
}
.BgClassName
{
background-color: #42CDC9;
}
</style>
border-color css
<style>
span { border-color: #42CDC9; }
span { border-color: rgb(66,205,201); }
td.TdClassName
{
border-color: #42CDC9;
}
.TagClassName
{
border-color: #42CDC9;
}
</style>