Shades of Medium Turquoise #42CADC
Tints of Medium Turquoise #42CADC
RGB
CMYK
RGB Variations
Color information
#42CADC (or 0x42CADC) is known color: Medium Turquoise. HEX triplet: 42, CA and DC. RGB value is (66,202,220). Sum of RGB (Red+Green+Blue) = 66+202+220=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CADC is #BD3523. Grayscale: #A3A3A3. Windows color (decimal): -12399908 or 14469698. OLE color: 14469698.
HSL color Cylindrical-coordinate representation of color #42CADC: hue angle of 187.01º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CADC is Cyan = 0.7, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 202 | 220 | - |
| CMYK | 0.7 | 0.08 | 0 | 0.14 |
| HSL | 187.01º | 0.69% | 0.56% | - |
| HSV(B) | 187.01º | 0.7% | 0.86% | - |
| XYZ | 36.29 | 48.57 | 75.17 | - |
| YUV | 163.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 220 | 0.7 | 0.08 | 0 | 0.14 | 187.01 | 0.69 | 0.56 |
| Hex | 42 | CA | DC | 46 | 8 | 0 | E | BB | 45 | 38 |
| Octal | 102 | 312 | 334 | 106 | 10 | 0 | 16 | 273 | 105 | 70 |
| Binary | 1000010 | 11001010 | 11011100 | 1000110 | 1000 | 0 | 1110 | 10111011 | 1000101 | 111000 |
Color Harmonies of #42CADC
Complementary color
Monochromatic Colors of #42CADC
Black with #42CADC
Text Example
Text Example
White with #42CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CADC; }
p { color: rgb(66,202,220); }
H1.HeaderClassName
{
color: #42CADC;
}
.AnyTagClassName
{
color: #42CADC;
}
</style>
background-color css
<style>
a { background-color: #42CADC; }
a { background-color: rgb(66,202,220); }
div.DivClassName
{
background-color: #42CADC;
}
.BgClassName
{
background-color: #42CADC;
}
</style>
border-color css
<style>
span { border-color: #42CADC; }
span { border-color: rgb(66,202,220); }
td.TdClassName
{
border-color: #42CADC;
}
.TagClassName
{
border-color: #42CADC;
}
</style>