Shades of Medium Turquoise #42D3DC
Tints of Medium Turquoise #42D3DC
RGB
CMYK
RGB Variations
Color information
#42D3DC (or 0x42D3DC) is known color: Medium Turquoise. HEX triplet: 42, D3 and DC. RGB value is (66,211,220). Sum of RGB (Red+Green+Blue) = 66+211+220=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #42D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D3DC is #BD2C23. Grayscale: #A8A8A8. Windows color (decimal): -12397604 or 14472002. OLE color: 14472002.
HSL color Cylindrical-coordinate representation of color #42D3DC: hue angle of 183.51º 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 #42D3DC is Cyan = 0.7, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 211 | 220 | - |
| CMYK | 0.7 | 0.04 | 0 | 0.14 |
| HSL | 183.51º | 0.69% | 0.56% | - |
| HSV(B) | 183.51º | 0.7% | 0.86% | - |
| XYZ | 38.46 | 52.91 | 75.9 | - |
| YUV | 168.67 | 156.96 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 220 | 0.7 | 0.04 | 0 | 0.14 | 183.51 | 0.69 | 0.56 |
| Hex | 42 | D3 | DC | 46 | 4 | 0 | E | B8 | 45 | 38 |
| Octal | 102 | 323 | 334 | 106 | 4 | 0 | 16 | 270 | 105 | 70 |
| Binary | 1000010 | 11010011 | 11011100 | 1000110 | 100 | 0 | 1110 | 10111000 | 1000101 | 111000 |
Color Harmonies of #42D3DC
Complementary color
Monochromatic Colors of #42D3DC
Black with #42D3DC
Text Example
Text Example
White with #42D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D3DC; }
p { color: rgb(66,211,220); }
H1.HeaderClassName
{
color: #42D3DC;
}
.AnyTagClassName
{
color: #42D3DC;
}
</style>
background-color css
<style>
a { background-color: #42D3DC; }
a { background-color: rgb(66,211,220); }
div.DivClassName
{
background-color: #42D3DC;
}
.BgClassName
{
background-color: #42D3DC;
}
</style>
border-color css
<style>
span { border-color: #42D3DC; }
span { border-color: rgb(66,211,220); }
td.TdClassName
{
border-color: #42D3DC;
}
.TagClassName
{
border-color: #42D3DC;
}
</style>