Shades of Turquoise #34ECE9
Tints of Turquoise #34ECE9
RGB
CMYK
RGB Variations
Color information
#34ECE9 (or 0x34ECE9) is known color: Turquoise. HEX triplet: 34, EC and E9. RGB value is (52,236,233). Sum of RGB (Red+Green+Blue) = 52+236+233=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECE9 is #CB1316. Grayscale: #B4B4B4. Windows color (decimal): -13308695 or 15330356. OLE color: 15330356.
HSL color Cylindrical-coordinate representation of color #34ECE9: hue angle of 179.02º 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 #34ECE9 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 233 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.07 |
| HSL | 179.02º | 0.83% | 0.56% | - |
| HSV(B) | 179.02º | 0.78% | 0.93% | - |
| XYZ | 46.12 | 66.6 | 87.52 | - |
| YUV | 180.64 | 157.54 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 233 | 0.78 | 0 | 0.01 | 0.07 | 179.02 | 0.83 | 0.56 |
| Hex | 34 | EC | E9 | 4E | 0 | 1 | 7 | B3 | 53 | 38 |
| Octal | 64 | 354 | 351 | 116 | 0 | 1 | 7 | 263 | 123 | 70 |
| Binary | 110100 | 11101100 | 11101001 | 1001110 | 0 | 1 | 111 | 10110011 | 1010011 | 111000 |
Color Harmonies of #34ECE9
Complementary color
Monochromatic Colors of #34ECE9
Black with #34ECE9
Text Example
Text Example
White with #34ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECE9; }
p { color: rgb(52,236,233); }
H1.HeaderClassName
{
color: #34ECE9;
}
.AnyTagClassName
{
color: #34ECE9;
}
</style>
background-color css
<style>
a { background-color: #34ECE9; }
a { background-color: rgb(52,236,233); }
div.DivClassName
{
background-color: #34ECE9;
}
.BgClassName
{
background-color: #34ECE9;
}
</style>
border-color css
<style>
span { border-color: #34ECE9; }
span { border-color: rgb(52,236,233); }
td.TdClassName
{
border-color: #34ECE9;
}
.TagClassName
{
border-color: #34ECE9;
}
</style>