Shades of Turquoise #34ECEC
Tints of Turquoise #34ECEC
RGB
CMYK
RGB Variations
Color information
#34ECEC (or 0x34ECEC) is known color: Turquoise. HEX triplet: 34, EC and EC. RGB value is (52,236,236). Sum of RGB (Red+Green+Blue) = 52+236+236=524 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.92% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #34ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECEC is #CB1313. Grayscale: #B4B4B4. Windows color (decimal): -13308692 or 15526964. OLE color: 15526964.
HSL color Cylindrical-coordinate representation of color #34ECEC: hue angle of 180º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECEC is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 236 | - |
| CMYK | 0.78 | 0 | 0 | 0.07 |
| HSL | 180º | 0.83% | 0.56% | - |
| HSV(B) | 180º | 0.78% | 0.93% | - |
| XYZ | 46.55 | 66.78 | 89.79 | - |
| YUV | 180.98 | 159.04 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 236 | 0.78 | 0 | 0 | 0.07 | 180 | 0.83 | 0.56 |
| Hex | 34 | EC | EC | 4E | 0 | 0 | 7 | B4 | 53 | 38 |
| Octal | 64 | 354 | 354 | 116 | 0 | 0 | 7 | 264 | 123 | 70 |
| Binary | 110100 | 11101100 | 11101100 | 1001110 | 0 | 0 | 111 | 10110100 | 1010011 | 111000 |
Color Harmonies of #34ECEC
Complementary color
Monochromatic Colors of #34ECEC
Black with #34ECEC
Text Example
Text Example
White with #34ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECEC; }
p { color: rgb(52,236,236); }
H1.HeaderClassName
{
color: #34ECEC;
}
.AnyTagClassName
{
color: #34ECEC;
}
</style>
background-color css
<style>
a { background-color: #34ECEC; }
a { background-color: rgb(52,236,236); }
div.DivClassName
{
background-color: #34ECEC;
}
.BgClassName
{
background-color: #34ECEC;
}
</style>
border-color css
<style>
span { border-color: #34ECEC; }
span { border-color: rgb(52,236,236); }
td.TdClassName
{
border-color: #34ECEC;
}
.TagClassName
{
border-color: #34ECEC;
}
</style>