Shades of Turquoise #34EED6
Tints of Turquoise #34EED6
RGB
CMYK
RGB Variations
Color information
#34EED6 (or 0x34EED6) is known color: Turquoise. HEX triplet: 34, EE and D6. RGB value is (52,238,214). Sum of RGB (Red+Green+Blue) = 52+238+214=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #34EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EED6 is #CB1129. Grayscale: #B3B3B3. Windows color (decimal): -13308202 or 14085684. OLE color: 14085684.
HSL color Cylindrical-coordinate representation of color #34EED6: hue angle of 172.26º 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 #34EED6 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 214 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.07 |
| HSL | 172.26º | 0.85% | 0.57% | - |
| HSV(B) | 172.26º | 0.78% | 0.93% | - |
| XYZ | 44.13 | 66.73 | 74.17 | - |
| YUV | 179.65 | 147.38 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 214 | 0.78 | 0 | 0.10 | 0.07 | 172.26 | 0.85 | 0.57 |
| Hex | 34 | EE | D6 | 4E | 0 | A | 7 | AC | 55 | 39 |
| Octal | 64 | 356 | 326 | 116 | 0 | 12 | 7 | 254 | 125 | 71 |
| Binary | 110100 | 11101110 | 11010110 | 1001110 | 0 | 1010 | 111 | 10101100 | 1010101 | 111001 |
Color Harmonies of #34EED6
Complementary color
Monochromatic Colors of #34EED6
Black with #34EED6
Text Example
Text Example
White with #34EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EED6; }
p { color: rgb(52,238,214); }
H1.HeaderClassName
{
color: #34EED6;
}
.AnyTagClassName
{
color: #34EED6;
}
</style>
background-color css
<style>
a { background-color: #34EED6; }
a { background-color: rgb(52,238,214); }
div.DivClassName
{
background-color: #34EED6;
}
.BgClassName
{
background-color: #34EED6;
}
</style>
border-color css
<style>
span { border-color: #34EED6; }
span { border-color: rgb(52,238,214); }
td.TdClassName
{
border-color: #34EED6;
}
.TagClassName
{
border-color: #34EED6;
}
</style>