Shades of Turquoise #34E7BA
Tints of Turquoise #34E7BA
RGB
CMYK
RGB Variations
Color information
#34E7BA (or 0x34E7BA) is known color: Turquoise. HEX triplet: 34, E7 and BA. RGB value is (52,231,186). Sum of RGB (Red+Green+Blue) = 52+231+186=469 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.09% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7BA is #CB1845. Grayscale: #ACACAC. Windows color (decimal): -13310022 or 12248884. OLE color: 12248884.
HSL color Cylindrical-coordinate representation of color #34E7BA: hue angle of 164.92º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E7BA is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 231 | 186 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.09 |
| HSL | 164.92º | 0.79% | 0.55% | - |
| HSV(B) | 164.92º | 0.77% | 0.91% | - |
| XYZ | 38.86 | 61.43 | 56.26 | - |
| YUV | 172.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 231 | 186 | 0.77 | 0 | 0.19 | 0.09 | 164.92 | 0.79 | 0.55 |
| Hex | 34 | E7 | BA | 4D | 0 | 13 | 9 | A5 | 4F | 37 |
| Octal | 64 | 347 | 272 | 115 | 0 | 23 | 11 | 245 | 117 | 67 |
| Binary | 110100 | 11100111 | 10111010 | 1001101 | 0 | 10011 | 1001 | 10100101 | 1001111 | 110111 |
Color Harmonies of #34E7BA
Complementary color
Monochromatic Colors of #34E7BA
Black with #34E7BA
Text Example
Text Example
White with #34E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E7BA; }
p { color: rgb(52,231,186); }
H1.HeaderClassName
{
color: #34E7BA;
}
.AnyTagClassName
{
color: #34E7BA;
}
</style>
background-color css
<style>
a { background-color: #34E7BA; }
a { background-color: rgb(52,231,186); }
div.DivClassName
{
background-color: #34E7BA;
}
.BgClassName
{
background-color: #34E7BA;
}
</style>
border-color css
<style>
span { border-color: #34E7BA; }
span { border-color: rgb(52,231,186); }
td.TdClassName
{
border-color: #34E7BA;
}
.TagClassName
{
border-color: #34E7BA;
}
</style>