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