Shades of Medium Turquoise #42D6C5
Tints of Medium Turquoise #42D6C5
RGB
CMYK
RGB Variations
Color information
#42D6C5 (or 0x42D6C5) is known color: Medium Turquoise. HEX triplet: 42, D6 and C5. RGB value is (66,214,197). Sum of RGB (Red+Green+Blue) = 66+214+197=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D6C5 is #BD293A. Grayscale: #A7A7A7. Windows color (decimal): -12396859 or 12965442. OLE color: 12965442.
HSL color Cylindrical-coordinate representation of color #42D6C5: hue angle of 173.11º 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 #42D6C5 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 197 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.16 |
| HSL | 173.11º | 0.64% | 0.55% | - |
| HSV(B) | 173.11º | 0.69% | 0.84% | - |
| XYZ | 36.37 | 53.28 | 61.19 | - |
| YUV | 167.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 197 | 0.69 | 0 | 0.08 | 0.16 | 173.11 | 0.64 | 0.55 |
| Hex | 42 | D6 | C5 | 45 | 0 | 8 | 10 | AD | 40 | 37 |
| Octal | 102 | 326 | 305 | 105 | 0 | 10 | 20 | 255 | 100 | 67 |
| Binary | 1000010 | 11010110 | 11000101 | 1000101 | 0 | 1000 | 10000 | 10101101 | 1000000 | 110111 |
Color Harmonies of #42D6C5
Complementary color
Monochromatic Colors of #42D6C5
Black with #42D6C5
Text Example
Text Example
White with #42D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D6C5; }
p { color: rgb(66,214,197); }
H1.HeaderClassName
{
color: #42D6C5;
}
.AnyTagClassName
{
color: #42D6C5;
}
</style>
background-color css
<style>
a { background-color: #42D6C5; }
a { background-color: rgb(66,214,197); }
div.DivClassName
{
background-color: #42D6C5;
}
.BgClassName
{
background-color: #42D6C5;
}
</style>
border-color css
<style>
span { border-color: #42D6C5; }
span { border-color: rgb(66,214,197); }
td.TdClassName
{
border-color: #42D6C5;
}
.TagClassName
{
border-color: #42D6C5;
}
</style>