Shades of Turquoise #34E3C5
Tints of Turquoise #34E3C5
RGB
CMYK
RGB Variations
Color information
#34E3C5 (or 0x34E3C5) is known color: Turquoise. HEX triplet: 34, E3 and C5. RGB value is (52,227,197). Sum of RGB (Red+Green+Blue) = 52+227+197=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #34E3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E3C5 is #CB1C3A. Grayscale: #ABABAB. Windows color (decimal): -13311035 or 12968756. OLE color: 12968756.
HSL color Cylindrical-coordinate representation of color #34E3C5: hue angle of 169.71º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E3C5 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 197 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.11 |
| HSL | 169.71º | 0.76% | 0.55% | - |
| HSV(B) | 169.71º | 0.77% | 0.89% | - |
| XYZ | 38.96 | 59.7 | 62.29 | - |
| YUV | 171.26 | 142.52 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 197 | 0.77 | 0 | 0.13 | 0.11 | 169.71 | 0.76 | 0.55 |
| Hex | 34 | E3 | C5 | 4D | 0 | D | B | AA | 4C | 37 |
| Octal | 64 | 343 | 305 | 115 | 0 | 15 | 13 | 252 | 114 | 67 |
| Binary | 110100 | 11100011 | 11000101 | 1001101 | 0 | 1101 | 1011 | 10101010 | 1001100 | 110111 |
Color Harmonies of #34E3C5
Complementary color
Monochromatic Colors of #34E3C5
Black with #34E3C5
Text Example
Text Example
White with #34E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E3C5; }
p { color: rgb(52,227,197); }
H1.HeaderClassName
{
color: #34E3C5;
}
.AnyTagClassName
{
color: #34E3C5;
}
</style>
background-color css
<style>
a { background-color: #34E3C5; }
a { background-color: rgb(52,227,197); }
div.DivClassName
{
background-color: #34E3C5;
}
.BgClassName
{
background-color: #34E3C5;
}
</style>
border-color css
<style>
span { border-color: #34E3C5; }
span { border-color: rgb(52,227,197); }
td.TdClassName
{
border-color: #34E3C5;
}
.TagClassName
{
border-color: #34E3C5;
}
</style>