Shades of Turquoise #34D7B9
Tints of Turquoise #34D7B9
RGB
CMYK
RGB Variations
Color information
#34D7B9 (or 0x34D7B9) is known color: Turquoise. HEX triplet: 34, D7 and B9. RGB value is (52,215,185). Sum of RGB (Red+Green+Blue) = 52+215+185=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #34D7B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D7B9 is #CB2846. Grayscale: #A2A2A2. Windows color (decimal): -13314119 or 12179252. OLE color: 12179252.
HSL color Cylindrical-coordinate representation of color #34D7B9: hue angle of 168.96º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D7B9 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 185 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.16 |
| HSL | 168.96º | 0.67% | 0.52% | - |
| HSV(B) | 168.96º | 0.76% | 0.84% | - |
| XYZ | 34.47 | 52.83 | 54.28 | - |
| YUV | 162.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 185 | 0.76 | 0 | 0.14 | 0.16 | 168.96 | 0.67 | 0.52 |
| Hex | 34 | D7 | B9 | 4C | 0 | E | 10 | A9 | 43 | 34 |
| Octal | 64 | 327 | 271 | 114 | 0 | 16 | 20 | 251 | 103 | 64 |
| Binary | 110100 | 11010111 | 10111001 | 1001100 | 0 | 1110 | 10000 | 10101001 | 1000011 | 110100 |
Color Harmonies of #34D7B9
Complementary color
Monochromatic Colors of #34D7B9
Black with #34D7B9
Text Example
Text Example
White with #34D7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D7B9; }
p { color: rgb(52,215,185); }
H1.HeaderClassName
{
color: #34D7B9;
}
.AnyTagClassName
{
color: #34D7B9;
}
</style>
background-color css
<style>
a { background-color: #34D7B9; }
a { background-color: rgb(52,215,185); }
div.DivClassName
{
background-color: #34D7B9;
}
.BgClassName
{
background-color: #34D7B9;
}
</style>
border-color css
<style>
span { border-color: #34D7B9; }
span { border-color: rgb(52,215,185); }
td.TdClassName
{
border-color: #34D7B9;
}
.TagClassName
{
border-color: #34D7B9;
}
</style>