Shades of Turquoise #34EED2
Tints of Turquoise #34EED2
RGB
CMYK
RGB Variations
Color information
#34EED2 (or 0x34EED2) is known color: Turquoise. HEX triplet: 34, EE and D2. RGB value is (52,238,210). Sum of RGB (Red+Green+Blue) = 52+238+210=500 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #34EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EED2 is #CB112D. Grayscale: #B3B3B3. Windows color (decimal): -13308206 or 13823540. OLE color: 13823540.
HSL color Cylindrical-coordinate representation of color #34EED2: hue angle of 170.97º degrees, saturation: 0.85, 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 #34EED2 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 210 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.07 |
| HSL | 170.97º | 0.85% | 0.57% | - |
| HSV(B) | 170.97º | 0.78% | 0.93% | - |
| XYZ | 43.62 | 66.53 | 71.52 | - |
| YUV | 179.19 | 145.38 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 210 | 0.78 | 0 | 0.12 | 0.07 | 170.97 | 0.85 | 0.57 |
| Hex | 34 | EE | D2 | 4E | 0 | C | 7 | AB | 55 | 39 |
| Octal | 64 | 356 | 322 | 116 | 0 | 14 | 7 | 253 | 125 | 71 |
| Binary | 110100 | 11101110 | 11010010 | 1001110 | 0 | 1100 | 111 | 10101011 | 1010101 | 111001 |
Color Harmonies of #34EED2
Complementary color
Monochromatic Colors of #34EED2
Black with #34EED2
Text Example
Text Example
White with #34EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EED2; }
p { color: rgb(52,238,210); }
H1.HeaderClassName
{
color: #34EED2;
}
.AnyTagClassName
{
color: #34EED2;
}
</style>
background-color css
<style>
a { background-color: #34EED2; }
a { background-color: rgb(52,238,210); }
div.DivClassName
{
background-color: #34EED2;
}
.BgClassName
{
background-color: #34EED2;
}
</style>
border-color css
<style>
span { border-color: #34EED2; }
span { border-color: rgb(52,238,210); }
td.TdClassName
{
border-color: #34EED2;
}
.TagClassName
{
border-color: #34EED2;
}
</style>