Shades of Medium Turquoise #34D2B7
Tints of Medium Turquoise #34D2B7
RGB
CMYK
RGB Variations
Color information
#34D2B7 (or 0x34D2B7) is known color: Medium Turquoise. HEX triplet: 34, D2 and B7. RGB value is (52,210,183). Sum of RGB (Red+Green+Blue) = 52+210+183=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #34D2B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D2B7 is #CB2D48. Grayscale: #9F9F9F. Windows color (decimal): -13315401 or 12046900. OLE color: 12046900.
HSL color Cylindrical-coordinate representation of color #34D2B7: hue angle of 169.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D2B7 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 183 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.18 |
| HSL | 169.75º | 0.64% | 0.51% | - |
| HSV(B) | 169.75º | 0.75% | 0.82% | - |
| XYZ | 33.01 | 50.24 | 52.76 | - |
| YUV | 159.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 183 | 0.75 | 0 | 0.13 | 0.18 | 169.75 | 0.64 | 0.51 |
| Hex | 34 | D2 | B7 | 4B | 0 | D | 12 | AA | 40 | 33 |
| Octal | 64 | 322 | 267 | 113 | 0 | 15 | 22 | 252 | 100 | 63 |
| Binary | 110100 | 11010010 | 10110111 | 1001011 | 0 | 1101 | 10010 | 10101010 | 1000000 | 110011 |
Color Harmonies of #34D2B7
Complementary color
Monochromatic Colors of #34D2B7
Black with #34D2B7
Text Example
Text Example
White with #34D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D2B7; }
p { color: rgb(52,210,183); }
H1.HeaderClassName
{
color: #34D2B7;
}
.AnyTagClassName
{
color: #34D2B7;
}
</style>
background-color css
<style>
a { background-color: #34D2B7; }
a { background-color: rgb(52,210,183); }
div.DivClassName
{
background-color: #34D2B7;
}
.BgClassName
{
background-color: #34D2B7;
}
</style>
border-color css
<style>
span { border-color: #34D2B7; }
span { border-color: rgb(52,210,183); }
td.TdClassName
{
border-color: #34D2B7;
}
.TagClassName
{
border-color: #34D2B7;
}
</style>