Shades of Turquoise #34FFEC
Tints of Turquoise #34FFEC
RGB
CMYK
RGB Variations
Color information
#34FFEC (or 0x34FFEC) is known color: Turquoise. HEX triplet: 34, FF and EC. RGB value is (52,255,236). Sum of RGB (Red+Green+Blue) = 52+255+236=543 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.58% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FFEC is #CB0013. Grayscale: #C0C0C0. Windows color (decimal): -13303828 or 15531828. OLE color: 15531828.
HSL color Cylindrical-coordinate representation of color #34FFEC: hue angle of 174.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFEC is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 236 | - |
| CMYK | 0.80 | 0 | 0.07 | 0 |
| HSL | 174.38º | 1% | 0.6% | - |
| HSV(B) | 174.38º | 0.8% | 1% | - |
| XYZ | 52.32 | 78.31 | 91.71 | - |
| YUV | 192.14 | 152.75 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 236 | 0.80 | 0 | 0.07 | 0 | 174.38 | 1 | 0.6 |
| Hex | 34 | FF | EC | 50 | 0 | 7 | 0 | AE | 64 | 3C |
| Octal | 64 | 377 | 354 | 120 | 0 | 7 | 0 | 256 | 144 | 74 |
| Binary | 110100 | 11111111 | 11101100 | 1010000 | 0 | 111 | 0 | 10101110 | 1100100 | 111100 |
Color Harmonies of #34FFEC
Complementary color
Monochromatic Colors of #34FFEC
Black with #34FFEC
Text Example
Text Example
White with #34FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFEC; }
p { color: rgb(52,255,236); }
H1.HeaderClassName
{
color: #34FFEC;
}
.AnyTagClassName
{
color: #34FFEC;
}
</style>
background-color css
<style>
a { background-color: #34FFEC; }
a { background-color: rgb(52,255,236); }
div.DivClassName
{
background-color: #34FFEC;
}
.BgClassName
{
background-color: #34FFEC;
}
</style>
border-color css
<style>
span { border-color: #34FFEC; }
span { border-color: rgb(52,255,236); }
td.TdClassName
{
border-color: #34FFEC;
}
.TagClassName
{
border-color: #34FFEC;
}
</style>