Shades of Turquoise #34ECBE
Tints of Turquoise #34ECBE
RGB
CMYK
RGB Variations
Color information
#34ECBE (or 0x34ECBE) is known color: Turquoise. HEX triplet: 34, EC and BE. RGB value is (52,236,190). Sum of RGB (Red+Green+Blue) = 52+236+190=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECBE is #CB1341. Grayscale: #AFAFAF. Windows color (decimal): -13308738 or 12512308. OLE color: 12512308.
HSL color Cylindrical-coordinate representation of color #34ECBE: hue angle of 165º 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 #34ECBE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 190 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.07 |
| HSL | 165º | 0.83% | 0.56% | - |
| HSV(B) | 165º | 0.78% | 0.93% | - |
| XYZ | 40.71 | 64.44 | 59.01 | - |
| YUV | 175.74 | 136.04 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 190 | 0.78 | 0 | 0.19 | 0.07 | 165 | 0.83 | 0.56 |
| Hex | 34 | EC | BE | 4E | 0 | 13 | 7 | A5 | 53 | 38 |
| Octal | 64 | 354 | 276 | 116 | 0 | 23 | 7 | 245 | 123 | 70 |
| Binary | 110100 | 11101100 | 10111110 | 1001110 | 0 | 10011 | 111 | 10100101 | 1010011 | 111000 |
Color Harmonies of #34ECBE
Complementary color
Monochromatic Colors of #34ECBE
Black with #34ECBE
Text Example
Text Example
White with #34ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECBE; }
p { color: rgb(52,236,190); }
H1.HeaderClassName
{
color: #34ECBE;
}
.AnyTagClassName
{
color: #34ECBE;
}
</style>
background-color css
<style>
a { background-color: #34ECBE; }
a { background-color: rgb(52,236,190); }
div.DivClassName
{
background-color: #34ECBE;
}
.BgClassName
{
background-color: #34ECBE;
}
</style>
border-color css
<style>
span { border-color: #34ECBE; }
span { border-color: rgb(52,236,190); }
td.TdClassName
{
border-color: #34ECBE;
}
.TagClassName
{
border-color: #34ECBE;
}
</style>