Shades of Turquoise #34EDE0
Tints of Turquoise #34EDE0
RGB
CMYK
RGB Variations
Color information
#34EDE0 (or 0x34EDE0) is known color: Turquoise. HEX triplet: 34, ED and E0. RGB value is (52,237,224). Sum of RGB (Red+Green+Blue) = 52+237+224=513 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.14% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EDE0 is #CB121F. Grayscale: #B4B4B4. Windows color (decimal): -13308448 or 14740788. OLE color: 14740788.
HSL color Cylindrical-coordinate representation of color #34EDE0: hue angle of 175.78º 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 #34EDE0 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 224 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.07 |
| HSL | 175.78º | 0.84% | 0.57% | - |
| HSV(B) | 175.78º | 0.78% | 0.93% | - |
| XYZ | 45.15 | 66.68 | 81.01 | - |
| YUV | 180.2 | 152.71 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 224 | 0.78 | 0 | 0.05 | 0.07 | 175.78 | 0.84 | 0.57 |
| Hex | 34 | ED | E0 | 4E | 0 | 5 | 7 | B0 | 54 | 39 |
| Octal | 64 | 355 | 340 | 116 | 0 | 5 | 7 | 260 | 124 | 71 |
| Binary | 110100 | 11101101 | 11100000 | 1001110 | 0 | 101 | 111 | 10110000 | 1010100 | 111001 |
Color Harmonies of #34EDE0
Complementary color
Monochromatic Colors of #34EDE0
Black with #34EDE0
Text Example
Text Example
White with #34EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EDE0; }
p { color: rgb(52,237,224); }
H1.HeaderClassName
{
color: #34EDE0;
}
.AnyTagClassName
{
color: #34EDE0;
}
</style>
background-color css
<style>
a { background-color: #34EDE0; }
a { background-color: rgb(52,237,224); }
div.DivClassName
{
background-color: #34EDE0;
}
.BgClassName
{
background-color: #34EDE0;
}
</style>
border-color css
<style>
span { border-color: #34EDE0; }
span { border-color: rgb(52,237,224); }
td.TdClassName
{
border-color: #34EDE0;
}
.TagClassName
{
border-color: #34EDE0;
}
</style>