Shades of Turquoise #34E0BA
Tints of Turquoise #34E0BA
RGB
CMYK
RGB Variations
Color information
#34E0BA (or 0x34E0BA) is known color: Turquoise. HEX triplet: 34, E0 and BA. RGB value is (52,224,186). Sum of RGB (Red+Green+Blue) = 52+224+186=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #34E0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E0BA is #CB1F45. Grayscale: #A8A8A8. Windows color (decimal): -13311814 or 12247092. OLE color: 12247092.
HSL color Cylindrical-coordinate representation of color #34E0BA: hue angle of 166.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E0BA is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 186 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.12 |
| HSL | 166.74º | 0.74% | 0.54% | - |
| HSV(B) | 166.74º | 0.77% | 0.88% | - |
| XYZ | 36.93 | 57.59 | 55.62 | - |
| YUV | 168.24 | 138.02 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 186 | 0.77 | 0 | 0.17 | 0.12 | 166.74 | 0.74 | 0.54 |
| Hex | 34 | E0 | BA | 4D | 0 | 11 | C | A7 | 4A | 36 |
| Octal | 64 | 340 | 272 | 115 | 0 | 21 | 14 | 247 | 112 | 66 |
| Binary | 110100 | 11100000 | 10111010 | 1001101 | 0 | 10001 | 1100 | 10100111 | 1001010 | 110110 |
Color Harmonies of #34E0BA
Complementary color
Monochromatic Colors of #34E0BA
Black with #34E0BA
Text Example
Text Example
White with #34E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E0BA; }
p { color: rgb(52,224,186); }
H1.HeaderClassName
{
color: #34E0BA;
}
.AnyTagClassName
{
color: #34E0BA;
}
</style>
background-color css
<style>
a { background-color: #34E0BA; }
a { background-color: rgb(52,224,186); }
div.DivClassName
{
background-color: #34E0BA;
}
.BgClassName
{
background-color: #34E0BA;
}
</style>
border-color css
<style>
span { border-color: #34E0BA; }
span { border-color: rgb(52,224,186); }
td.TdClassName
{
border-color: #34E0BA;
}
.TagClassName
{
border-color: #34E0BA;
}
</style>