Shades of Turquoise #34D8BA
Tints of Turquoise #34D8BA
RGB
CMYK
RGB Variations
Color information
#34D8BA (or 0x34D8BA) is known color: Turquoise. HEX triplet: 34, D8 and BA. RGB value is (52,216,186). Sum of RGB (Red+Green+Blue) = 52+216+186=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8BA is #CB2745. Grayscale: #A3A3A3. Windows color (decimal): -13313862 or 12245044. OLE color: 12245044.
HSL color Cylindrical-coordinate representation of color #34D8BA: hue angle of 169.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D8BA is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 186 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.15 |
| HSL | 169.02º | 0.68% | 0.53% | - |
| HSV(B) | 169.02º | 0.76% | 0.85% | - |
| XYZ | 34.83 | 53.39 | 54.92 | - |
| YUV | 163.54 | 140.67 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 186 | 0.76 | 0 | 0.14 | 0.15 | 169.02 | 0.68 | 0.53 |
| Hex | 34 | D8 | BA | 4C | 0 | E | F | A9 | 44 | 35 |
| Octal | 64 | 330 | 272 | 114 | 0 | 16 | 17 | 251 | 104 | 65 |
| Binary | 110100 | 11011000 | 10111010 | 1001100 | 0 | 1110 | 1111 | 10101001 | 1000100 | 110101 |
Color Harmonies of #34D8BA
Complementary color
Monochromatic Colors of #34D8BA
Black with #34D8BA
Text Example
Text Example
White with #34D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D8BA; }
p { color: rgb(52,216,186); }
H1.HeaderClassName
{
color: #34D8BA;
}
.AnyTagClassName
{
color: #34D8BA;
}
</style>
background-color css
<style>
a { background-color: #34D8BA; }
a { background-color: rgb(52,216,186); }
div.DivClassName
{
background-color: #34D8BA;
}
.BgClassName
{
background-color: #34D8BA;
}
</style>
border-color css
<style>
span { border-color: #34D8BA; }
span { border-color: rgb(52,216,186); }
td.TdClassName
{
border-color: #34D8BA;
}
.TagClassName
{
border-color: #34D8BA;
}
</style>