Shades of Turquoise #34EBB5
Tints of Turquoise #34EBB5
RGB
CMYK
RGB Variations
Color information
#34EBB5 (or 0x34EBB5) is known color: Turquoise. HEX triplet: 34, EB and B5. RGB value is (52,235,181). Sum of RGB (Red+Green+Blue) = 52+235+181=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EBB5 is #CB144A. Grayscale: #AEAEAE. Windows color (decimal): -13309003 or 11922228. OLE color: 11922228.
HSL color Cylindrical-coordinate representation of color #34EBB5: hue angle of 162.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EBB5 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 235 | 181 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.08 |
| HSL | 162.3º | 0.82% | 0.56% | - |
| HSV(B) | 162.3º | 0.78% | 0.92% | - |
| XYZ | 39.47 | 63.48 | 53.89 | - |
| YUV | 174.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 235 | 181 | 0.78 | 0 | 0.23 | 0.08 | 162.3 | 0.82 | 0.56 |
| Hex | 34 | EB | B5 | 4E | 0 | 17 | 8 | A2 | 52 | 38 |
| Octal | 64 | 353 | 265 | 116 | 0 | 27 | 10 | 242 | 122 | 70 |
| Binary | 110100 | 11101011 | 10110101 | 1001110 | 0 | 10111 | 1000 | 10100010 | 1010010 | 111000 |
Color Harmonies of #34EBB5
Complementary color
Monochromatic Colors of #34EBB5
Black with #34EBB5
Text Example
Text Example
White with #34EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EBB5; }
p { color: rgb(52,235,181); }
H1.HeaderClassName
{
color: #34EBB5;
}
.AnyTagClassName
{
color: #34EBB5;
}
</style>
background-color css
<style>
a { background-color: #34EBB5; }
a { background-color: rgb(52,235,181); }
div.DivClassName
{
background-color: #34EBB5;
}
.BgClassName
{
background-color: #34EBB5;
}
</style>
border-color css
<style>
span { border-color: #34EBB5; }
span { border-color: rgb(52,235,181); }
td.TdClassName
{
border-color: #34EBB5;
}
.TagClassName
{
border-color: #34EBB5;
}
</style>