Shades of Turquoise #34E4BA
Tints of Turquoise #34E4BA
RGB
CMYK
RGB Variations
Color information
#34E4BA (or 0x34E4BA) is known color: Turquoise. HEX triplet: 34, E4 and BA. RGB value is (52,228,186). Sum of RGB (Red+Green+Blue) = 52+228+186=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #34E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E4BA is #CB1B45. Grayscale: #AAAAAA. Windows color (decimal): -13310790 or 12248116. OLE color: 12248116.
HSL color Cylindrical-coordinate representation of color #34E4BA: hue angle of 165.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E4BA is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 186 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.11 |
| HSL | 165.68º | 0.77% | 0.55% | - |
| HSV(B) | 165.68º | 0.77% | 0.89% | - |
| XYZ | 38.02 | 59.76 | 55.99 | - |
| YUV | 170.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 186 | 0.77 | 0 | 0.18 | 0.11 | 165.68 | 0.77 | 0.55 |
| Hex | 34 | E4 | BA | 4D | 0 | 12 | B | A6 | 4D | 37 |
| Octal | 64 | 344 | 272 | 115 | 0 | 22 | 13 | 246 | 115 | 67 |
| Binary | 110100 | 11100100 | 10111010 | 1001101 | 0 | 10010 | 1011 | 10100110 | 1001101 | 110111 |
Color Harmonies of #34E4BA
Complementary color
Monochromatic Colors of #34E4BA
Black with #34E4BA
Text Example
Text Example
White with #34E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E4BA; }
p { color: rgb(52,228,186); }
H1.HeaderClassName
{
color: #34E4BA;
}
.AnyTagClassName
{
color: #34E4BA;
}
</style>
background-color css
<style>
a { background-color: #34E4BA; }
a { background-color: rgb(52,228,186); }
div.DivClassName
{
background-color: #34E4BA;
}
.BgClassName
{
background-color: #34E4BA;
}
</style>
border-color css
<style>
span { border-color: #34E4BA; }
span { border-color: rgb(52,228,186); }
td.TdClassName
{
border-color: #34E4BA;
}
.TagClassName
{
border-color: #34E4BA;
}
</style>