Shades of Medium Turquoise #42D3D0
Tints of Medium Turquoise #42D3D0
RGB
CMYK
RGB Variations
Color information
#42D3D0 (or 0x42D3D0) is known color: Medium Turquoise. HEX triplet: 42, D3 and D0. RGB value is (66,211,208). Sum of RGB (Red+Green+Blue) = 66+211+208=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #42D3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D3D0 is #BD2C2F. Grayscale: #A7A7A7. Windows color (decimal): -12397616 or 13685570. OLE color: 13685570.
HSL color Cylindrical-coordinate representation of color #42D3D0: hue angle of 178.76º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D3D0 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 208 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.17 |
| HSL | 178.76º | 0.62% | 0.54% | - |
| HSV(B) | 178.76º | 0.69% | 0.83% | - |
| XYZ | 36.93 | 52.3 | 67.82 | - |
| YUV | 167.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 208 | 0.69 | 0 | 0.01 | 0.17 | 178.76 | 0.62 | 0.54 |
| Hex | 42 | D3 | D0 | 45 | 0 | 1 | 11 | B3 | 3E | 36 |
| Octal | 102 | 323 | 320 | 105 | 0 | 1 | 21 | 263 | 76 | 66 |
| Binary | 1000010 | 11010011 | 11010000 | 1000101 | 0 | 1 | 10001 | 10110011 | 111110 | 110110 |
Color Harmonies of #42D3D0
Complementary color
Monochromatic Colors of #42D3D0
Black with #42D3D0
Text Example
Text Example
White with #42D3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D3D0; }
p { color: rgb(66,211,208); }
H1.HeaderClassName
{
color: #42D3D0;
}
.AnyTagClassName
{
color: #42D3D0;
}
</style>
background-color css
<style>
a { background-color: #42D3D0; }
a { background-color: rgb(66,211,208); }
div.DivClassName
{
background-color: #42D3D0;
}
.BgClassName
{
background-color: #42D3D0;
}
</style>
border-color css
<style>
span { border-color: #42D3D0; }
span { border-color: rgb(66,211,208); }
td.TdClassName
{
border-color: #42D3D0;
}
.TagClassName
{
border-color: #42D3D0;
}
</style>