Shades of Medium Turquoise #42D6C7
Tints of Medium Turquoise #42D6C7
RGB
CMYK
RGB Variations
Color information
#42D6C7 (or 0x42D6C7) is known color: Medium Turquoise. HEX triplet: 42, D6 and C7. RGB value is (66,214,199). Sum of RGB (Red+Green+Blue) = 66+214+199=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D6C7 is #BD2938. Grayscale: #A7A7A7. Windows color (decimal): -12396857 or 13096514. OLE color: 13096514.
HSL color Cylindrical-coordinate representation of color #42D6C7: hue angle of 173.92º 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 #42D6C7 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 199 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.16 |
| HSL | 173.92º | 0.64% | 0.55% | - |
| HSV(B) | 173.92º | 0.69% | 0.84% | - |
| XYZ | 36.6 | 53.37 | 62.41 | - |
| YUV | 168.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 199 | 0.69 | 0 | 0.07 | 0.16 | 173.92 | 0.64 | 0.55 |
| Hex | 42 | D6 | C7 | 45 | 0 | 7 | 10 | AE | 40 | 37 |
| Octal | 102 | 326 | 307 | 105 | 0 | 7 | 20 | 256 | 100 | 67 |
| Binary | 1000010 | 11010110 | 11000111 | 1000101 | 0 | 111 | 10000 | 10101110 | 1000000 | 110111 |
Color Harmonies of #42D6C7
Complementary color
Monochromatic Colors of #42D6C7
Black with #42D6C7
Text Example
Text Example
White with #42D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D6C7; }
p { color: rgb(66,214,199); }
H1.HeaderClassName
{
color: #42D6C7;
}
.AnyTagClassName
{
color: #42D6C7;
}
</style>
background-color css
<style>
a { background-color: #42D6C7; }
a { background-color: rgb(66,214,199); }
div.DivClassName
{
background-color: #42D6C7;
}
.BgClassName
{
background-color: #42D6C7;
}
</style>
border-color css
<style>
span { border-color: #42D6C7; }
span { border-color: rgb(66,214,199); }
td.TdClassName
{
border-color: #42D6C7;
}
.TagClassName
{
border-color: #42D6C7;
}
</style>