Shades of Medium Turquoise #42D0D6
Tints of Medium Turquoise #42D0D6
RGB
CMYK
RGB Variations
Color information
#42D0D6 (or 0x42D0D6) is known color: Medium Turquoise. HEX triplet: 42, D0 and D6. RGB value is (66,208,214). Sum of RGB (Red+Green+Blue) = 66+208+214=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #42D0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D0D6 is #BD2F29. Grayscale: #A6A6A6. Windows color (decimal): -12398378 or 14078018. OLE color: 14078018.
HSL color Cylindrical-coordinate representation of color #42D0D6: hue angle of 182.43º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D0D6 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 208 | 214 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.16 |
| HSL | 182.43º | 0.64% | 0.55% | - |
| HSV(B) | 182.43º | 0.69% | 0.84% | - |
| XYZ | 36.94 | 51.13 | 71.54 | - |
| YUV | 166.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 214 | 0.69 | 0.03 | 0 | 0.16 | 182.43 | 0.64 | 0.55 |
| Hex | 42 | D0 | D6 | 45 | 3 | 0 | 10 | B6 | 40 | 37 |
| Octal | 102 | 320 | 326 | 105 | 3 | 0 | 20 | 266 | 100 | 67 |
| Binary | 1000010 | 11010000 | 11010110 | 1000101 | 11 | 0 | 10000 | 10110110 | 1000000 | 110111 |
Color Harmonies of #42D0D6
Complementary color
Monochromatic Colors of #42D0D6
Black with #42D0D6
Text Example
Text Example
White with #42D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0D6; }
p { color: rgb(66,208,214); }
H1.HeaderClassName
{
color: #42D0D6;
}
.AnyTagClassName
{
color: #42D0D6;
}
</style>
background-color css
<style>
a { background-color: #42D0D6; }
a { background-color: rgb(66,208,214); }
div.DivClassName
{
background-color: #42D0D6;
}
.BgClassName
{
background-color: #42D0D6;
}
</style>
border-color css
<style>
span { border-color: #42D0D6; }
span { border-color: rgb(66,208,214); }
td.TdClassName
{
border-color: #42D0D6;
}
.TagClassName
{
border-color: #42D0D6;
}
</style>