Shades of Turquoise #34E1B8
Tints of Turquoise #34E1B8
RGB
CMYK
RGB Variations
Color information
#34E1B8 (or 0x34E1B8) is known color: Turquoise. HEX triplet: 34, E1 and B8. RGB value is (52,225,184). Sum of RGB (Red+Green+Blue) = 52+225+184=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E1B8 is #CB1E47. Grayscale: #A8A8A8. Windows color (decimal): -13311560 or 12116276. OLE color: 12116276.
HSL color Cylindrical-coordinate representation of color #34E1B8: hue angle of 165.78º 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 #34E1B8 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 184 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.12 |
| HSL | 165.78º | 0.74% | 0.54% | - |
| HSV(B) | 165.78º | 0.77% | 0.88% | - |
| XYZ | 36.99 | 58.04 | 54.6 | - |
| YUV | 168.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 184 | 0.77 | 0 | 0.18 | 0.12 | 165.78 | 0.74 | 0.54 |
| Hex | 34 | E1 | B8 | 4D | 0 | 12 | C | A6 | 4A | 36 |
| Octal | 64 | 341 | 270 | 115 | 0 | 22 | 14 | 246 | 112 | 66 |
| Binary | 110100 | 11100001 | 10111000 | 1001101 | 0 | 10010 | 1100 | 10100110 | 1001010 | 110110 |
Color Harmonies of #34E1B8
Complementary color
Monochromatic Colors of #34E1B8
Black with #34E1B8
Text Example
Text Example
White with #34E1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E1B8; }
p { color: rgb(52,225,184); }
H1.HeaderClassName
{
color: #34E1B8;
}
.AnyTagClassName
{
color: #34E1B8;
}
</style>
background-color css
<style>
a { background-color: #34E1B8; }
a { background-color: rgb(52,225,184); }
div.DivClassName
{
background-color: #34E1B8;
}
.BgClassName
{
background-color: #34E1B8;
}
</style>
border-color css
<style>
span { border-color: #34E1B8; }
span { border-color: rgb(52,225,184); }
td.TdClassName
{
border-color: #34E1B8;
}
.TagClassName
{
border-color: #34E1B8;
}
</style>