Shades of Medium Turquoise #42D6B9
Tints of Medium Turquoise #42D6B9
RGB
CMYK
RGB Variations
Color information
#42D6B9 (or 0x42D6B9) is known color: Medium Turquoise. HEX triplet: 42, D6 and B9. RGB value is (66,214,185). Sum of RGB (Red+Green+Blue) = 66+214+185=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D6B9 is #BD2946. Grayscale: #A6A6A6. Windows color (decimal): -12396871 or 12179010. OLE color: 12179010.
HSL color Cylindrical-coordinate representation of color #42D6B9: hue angle of 168.24º 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 #42D6B9 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 185 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.16 |
| HSL | 168.24º | 0.64% | 0.55% | - |
| HSV(B) | 168.24º | 0.69% | 0.84% | - |
| XYZ | 35.05 | 52.75 | 54.23 | - |
| YUV | 166.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 185 | 0.69 | 0 | 0.14 | 0.16 | 168.24 | 0.64 | 0.55 |
| Hex | 42 | D6 | B9 | 45 | 0 | E | 10 | A8 | 40 | 37 |
| Octal | 102 | 326 | 271 | 105 | 0 | 16 | 20 | 250 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10111001 | 1000101 | 0 | 1110 | 10000 | 10101000 | 1000000 | 110111 |
Color Harmonies of #42D6B9
Complementary color
Monochromatic Colors of #42D6B9
Black with #42D6B9
Text Example
Text Example
White with #42D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D6B9; }
p { color: rgb(66,214,185); }
H1.HeaderClassName
{
color: #42D6B9;
}
.AnyTagClassName
{
color: #42D6B9;
}
</style>
background-color css
<style>
a { background-color: #42D6B9; }
a { background-color: rgb(66,214,185); }
div.DivClassName
{
background-color: #42D6B9;
}
.BgClassName
{
background-color: #42D6B9;
}
</style>
border-color css
<style>
span { border-color: #42D6B9; }
span { border-color: rgb(66,214,185); }
td.TdClassName
{
border-color: #42D6B9;
}
.TagClassName
{
border-color: #42D6B9;
}
</style>