Shades of Turquoise #34ECCC
Tints of Turquoise #34ECCC
RGB
CMYK
RGB Variations
Color information
#34ECCC (or 0x34ECCC) is known color: Turquoise. HEX triplet: 34, EC and CC. RGB value is (52,236,204). Sum of RGB (Red+Green+Blue) = 52+236+204=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECCC is #CB1333. Grayscale: #B1B1B1. Windows color (decimal): -13308724 or 13429812. OLE color: 13429812.
HSL color Cylindrical-coordinate representation of color #34ECCC: hue angle of 169.57º 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 #34ECCC is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 204 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.07 |
| HSL | 169.57º | 0.83% | 0.56% | - |
| HSV(B) | 169.57º | 0.78% | 0.93% | - |
| XYZ | 42.31 | 65.08 | 67.46 | - |
| YUV | 177.34 | 143.04 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 204 | 0.78 | 0 | 0.14 | 0.07 | 169.57 | 0.83 | 0.56 |
| Hex | 34 | EC | CC | 4E | 0 | E | 7 | AA | 53 | 38 |
| Octal | 64 | 354 | 314 | 116 | 0 | 16 | 7 | 252 | 123 | 70 |
| Binary | 110100 | 11101100 | 11001100 | 1001110 | 0 | 1110 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #34ECCC
Complementary color
Monochromatic Colors of #34ECCC
Black with #34ECCC
Text Example
Text Example
White with #34ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECCC; }
p { color: rgb(52,236,204); }
H1.HeaderClassName
{
color: #34ECCC;
}
.AnyTagClassName
{
color: #34ECCC;
}
</style>
background-color css
<style>
a { background-color: #34ECCC; }
a { background-color: rgb(52,236,204); }
div.DivClassName
{
background-color: #34ECCC;
}
.BgClassName
{
background-color: #34ECCC;
}
</style>
border-color css
<style>
span { border-color: #34ECCC; }
span { border-color: rgb(52,236,204); }
td.TdClassName
{
border-color: #34ECCC;
}
.TagClassName
{
border-color: #34ECCC;
}
</style>