Shades of Turquoise #34FEEC
Tints of Turquoise #34FEEC
RGB
CMYK
RGB Variations
Color information
#34FEEC (or 0x34FEEC) is known color: Turquoise. HEX triplet: 34, FE and EC. RGB value is (52,254,236). Sum of RGB (Red+Green+Blue) = 52+254+236=542 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.59% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FEEC is #CB0113. Grayscale: #BFBFBF. Windows color (decimal): -13304084 or 15531572. OLE color: 15531572.
HSL color Cylindrical-coordinate representation of color #34FEEC: hue angle of 174.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEEC is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 236 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.00 |
| HSL | 174.65º | 0.99% | 0.6% | - |
| HSV(B) | 174.65º | 0.8% | 1% | - |
| XYZ | 52 | 77.67 | 91.61 | - |
| YUV | 191.55 | 153.08 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 236 | 0.80 | 0 | 0.07 | 0.00 | 174.65 | 0.99 | 0.6 |
| Hex | 34 | FE | EC | 50 | 0 | 7 | 0 | AF | 63 | 3C |
| Octal | 64 | 376 | 354 | 120 | 0 | 7 | 0 | 257 | 143 | 74 |
| Binary | 110100 | 11111110 | 11101100 | 1010000 | 0 | 111 | 0 | 10101111 | 1100011 | 111100 |
Color Harmonies of #34FEEC
Complementary color
Monochromatic Colors of #34FEEC
Black with #34FEEC
Text Example
Text Example
White with #34FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEEC; }
p { color: rgb(52,254,236); }
H1.HeaderClassName
{
color: #34FEEC;
}
.AnyTagClassName
{
color: #34FEEC;
}
</style>
background-color css
<style>
a { background-color: #34FEEC; }
a { background-color: rgb(52,254,236); }
div.DivClassName
{
background-color: #34FEEC;
}
.BgClassName
{
background-color: #34FEEC;
}
</style>
border-color css
<style>
span { border-color: #34FEEC; }
span { border-color: rgb(52,254,236); }
td.TdClassName
{
border-color: #34FEEC;
}
.TagClassName
{
border-color: #34FEEC;
}
</style>