Shades of Medium Turquoise #42CCDC
Tints of Medium Turquoise #42CCDC
RGB
CMYK
RGB Variations
Color information
#42CCDC (or 0x42CCDC) is known color: Medium Turquoise. HEX triplet: 42, CC and DC. RGB value is (66,204,220). Sum of RGB (Red+Green+Blue) = 66+204+220=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCDC is #BD3323. Grayscale: #A4A4A4. Windows color (decimal): -12399396 or 14470210. OLE color: 14470210.
HSL color Cylindrical-coordinate representation of color #42CCDC: hue angle of 186.23º 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 #42CCDC is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 204 | 220 | - |
| CMYK | 0.7 | 0.07 | 0 | 0.14 |
| HSL | 186.23º | 0.69% | 0.56% | - |
| HSV(B) | 186.23º | 0.7% | 0.86% | - |
| XYZ | 36.76 | 49.51 | 75.33 | - |
| YUV | 164.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 220 | 0.7 | 0.07 | 0 | 0.14 | 186.23 | 0.69 | 0.56 |
| Hex | 42 | CC | DC | 46 | 7 | 0 | E | BA | 45 | 38 |
| Octal | 102 | 314 | 334 | 106 | 7 | 0 | 16 | 272 | 105 | 70 |
| Binary | 1000010 | 11001100 | 11011100 | 1000110 | 111 | 0 | 1110 | 10111010 | 1000101 | 111000 |
Color Harmonies of #42CCDC
Complementary color
Monochromatic Colors of #42CCDC
Black with #42CCDC
Text Example
Text Example
White with #42CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCDC; }
p { color: rgb(66,204,220); }
H1.HeaderClassName
{
color: #42CCDC;
}
.AnyTagClassName
{
color: #42CCDC;
}
</style>
background-color css
<style>
a { background-color: #42CCDC; }
a { background-color: rgb(66,204,220); }
div.DivClassName
{
background-color: #42CCDC;
}
.BgClassName
{
background-color: #42CCDC;
}
</style>
border-color css
<style>
span { border-color: #42CCDC; }
span { border-color: rgb(66,204,220); }
td.TdClassName
{
border-color: #42CCDC;
}
.TagClassName
{
border-color: #42CCDC;
}
</style>