Shades of Turquoise #34E5ED
Tints of Turquoise #34E5ED
RGB
CMYK
RGB Variations
Color information
#34E5ED (or 0x34E5ED) is known color: Turquoise. HEX triplet: 34, E5 and ED. RGB value is (52,229,237). Sum of RGB (Red+Green+Blue) = 52+229+237=518 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.04% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #34E5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E5ED is #CB1A12. Grayscale: #B0B0B0. Windows color (decimal): -13310483 or 15590708. OLE color: 15590708.
HSL color Cylindrical-coordinate representation of color #34E5ED: hue angle of 182.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E5ED is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 229 | 237 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.07 |
| HSL | 182.59º | 0.84% | 0.57% | - |
| HSV(B) | 182.59º | 0.78% | 0.93% | - |
| XYZ | 44.72 | 62.88 | 89.9 | - |
| YUV | 176.99 | 161.86 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 237 | 0.78 | 0.03 | 0 | 0.07 | 182.59 | 0.84 | 0.57 |
| Hex | 34 | E5 | ED | 4E | 3 | 0 | 7 | B7 | 54 | 39 |
| Octal | 64 | 345 | 355 | 116 | 3 | 0 | 7 | 267 | 124 | 71 |
| Binary | 110100 | 11100101 | 11101101 | 1001110 | 11 | 0 | 111 | 10110111 | 1010100 | 111001 |
Color Harmonies of #34E5ED
Complementary color
Monochromatic Colors of #34E5ED
Black with #34E5ED
Text Example
Text Example
White with #34E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E5ED; }
p { color: rgb(52,229,237); }
H1.HeaderClassName
{
color: #34E5ED;
}
.AnyTagClassName
{
color: #34E5ED;
}
</style>
background-color css
<style>
a { background-color: #34E5ED; }
a { background-color: rgb(52,229,237); }
div.DivClassName
{
background-color: #34E5ED;
}
.BgClassName
{
background-color: #34E5ED;
}
</style>
border-color css
<style>
span { border-color: #34E5ED; }
span { border-color: rgb(52,229,237); }
td.TdClassName
{
border-color: #34E5ED;
}
.TagClassName
{
border-color: #34E5ED;
}
</style>