Shades of Medium Turquoise #42C8CD
Tints of Medium Turquoise #42C8CD
RGB
CMYK
RGB Variations
Color information
#42C8CD (or 0x42C8CD) is known color: Medium Turquoise. HEX triplet: 42, C8 and CD. RGB value is (66,200,205). Sum of RGB (Red+Green+Blue) = 66+200+205=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #42C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8CD is #BD3732. Grayscale: #A0A0A0. Windows color (decimal): -12400435 or 13486146. OLE color: 13486146.
HSL color Cylindrical-coordinate representation of color #42C8CD: hue angle of 182.16º 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 #42C8CD is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 200 | 205 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.20 |
| HSL | 182.16º | 0.58% | 0.53% | - |
| HSV(B) | 182.16º | 0.68% | 0.8% | - |
| XYZ | 33.92 | 46.87 | 65.02 | - |
| YUV | 160.5 | 153.11 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 205 | 0.68 | 0.02 | 0 | 0.20 | 182.16 | 0.58 | 0.53 |
| Hex | 42 | C8 | CD | 44 | 2 | 0 | 14 | B6 | 3A | 35 |
| Octal | 102 | 310 | 315 | 104 | 2 | 0 | 24 | 266 | 72 | 65 |
| Binary | 1000010 | 11001000 | 11001101 | 1000100 | 10 | 0 | 10100 | 10110110 | 111010 | 110101 |
Color Harmonies of #42C8CD
Complementary color
Monochromatic Colors of #42C8CD
Black with #42C8CD
Text Example
Text Example
White with #42C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C8CD; }
p { color: rgb(66,200,205); }
H1.HeaderClassName
{
color: #42C8CD;
}
.AnyTagClassName
{
color: #42C8CD;
}
</style>
background-color css
<style>
a { background-color: #42C8CD; }
a { background-color: rgb(66,200,205); }
div.DivClassName
{
background-color: #42C8CD;
}
.BgClassName
{
background-color: #42C8CD;
}
</style>
border-color css
<style>
span { border-color: #42C8CD; }
span { border-color: rgb(66,200,205); }
td.TdClassName
{
border-color: #42C8CD;
}
.TagClassName
{
border-color: #42C8CD;
}
</style>