Shades of Turquoise #34E1BB
Tints of Turquoise #34E1BB
RGB
CMYK
RGB Variations
Color information
#34E1BB (or 0x34E1BB) is known color: Turquoise. HEX triplet: 34, E1 and BB. RGB value is (52,225,187). Sum of RGB (Red+Green+Blue) = 52+225+187=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E1BB is #CB1E44. Grayscale: #A8A8A8. Windows color (decimal): -13311557 or 12312884. OLE color: 12312884.
HSL color Cylindrical-coordinate representation of color #34E1BB: hue angle of 166.82º 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 #34E1BB is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 187 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.12 |
| HSL | 166.82º | 0.74% | 0.54% | - |
| HSV(B) | 166.82º | 0.77% | 0.88% | - |
| XYZ | 37.31 | 58.17 | 56.27 | - |
| YUV | 168.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 187 | 0.77 | 0 | 0.17 | 0.12 | 166.82 | 0.74 | 0.54 |
| Hex | 34 | E1 | BB | 4D | 0 | 11 | C | A7 | 4A | 36 |
| Octal | 64 | 341 | 273 | 115 | 0 | 21 | 14 | 247 | 112 | 66 |
| Binary | 110100 | 11100001 | 10111011 | 1001101 | 0 | 10001 | 1100 | 10100111 | 1001010 | 110110 |
Color Harmonies of #34E1BB
Complementary color
Monochromatic Colors of #34E1BB
Black with #34E1BB
Text Example
Text Example
White with #34E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E1BB; }
p { color: rgb(52,225,187); }
H1.HeaderClassName
{
color: #34E1BB;
}
.AnyTagClassName
{
color: #34E1BB;
}
</style>
background-color css
<style>
a { background-color: #34E1BB; }
a { background-color: rgb(52,225,187); }
div.DivClassName
{
background-color: #34E1BB;
}
.BgClassName
{
background-color: #34E1BB;
}
</style>
border-color css
<style>
span { border-color: #34E1BB; }
span { border-color: rgb(52,225,187); }
td.TdClassName
{
border-color: #34E1BB;
}
.TagClassName
{
border-color: #34E1BB;
}
</style>