Shades of Medium Turquoise #42CDCC
Tints of Medium Turquoise #42CDCC
RGB
CMYK
RGB Variations
Color information
#42CDCC (or 0x42CDCC) is known color: Medium Turquoise. HEX triplet: 42, CD and CC. RGB value is (66,205,204). Sum of RGB (Red+Green+Blue) = 66+205+204=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDCC is #BD3233. Grayscale: #A3A3A3. Windows color (decimal): -12399156 or 13421890. OLE color: 13421890.
HSL color Cylindrical-coordinate representation of color #42CDCC: hue angle of 179.57º 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 #42CDCC is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 204 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.20 |
| HSL | 179.57º | 0.58% | 0.53% | - |
| HSV(B) | 179.57º | 0.68% | 0.8% | - |
| XYZ | 34.98 | 49.18 | 64.78 | - |
| YUV | 163.33 | 150.95 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 204 | 0.68 | 0 | 0.00 | 0.20 | 179.57 | 0.58 | 0.53 |
| Hex | 42 | CD | CC | 44 | 0 | 0 | 14 | B4 | 3A | 35 |
| Octal | 102 | 315 | 314 | 104 | 0 | 0 | 24 | 264 | 72 | 65 |
| Binary | 1000010 | 11001101 | 11001100 | 1000100 | 0 | 0 | 10100 | 10110100 | 111010 | 110101 |
Color Harmonies of #42CDCC
Complementary color
Monochromatic Colors of #42CDCC
Black with #42CDCC
Text Example
Text Example
White with #42CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDCC; }
p { color: rgb(66,205,204); }
H1.HeaderClassName
{
color: #42CDCC;
}
.AnyTagClassName
{
color: #42CDCC;
}
</style>
background-color css
<style>
a { background-color: #42CDCC; }
a { background-color: rgb(66,205,204); }
div.DivClassName
{
background-color: #42CDCC;
}
.BgClassName
{
background-color: #42CDCC;
}
</style>
border-color css
<style>
span { border-color: #42CDCC; }
span { border-color: rgb(66,205,204); }
td.TdClassName
{
border-color: #42CDCC;
}
.TagClassName
{
border-color: #42CDCC;
}
</style>