Shades of Turquoise #34E0BC
Tints of Turquoise #34E0BC
RGB
CMYK
RGB Variations
Color information
#34E0BC (or 0x34E0BC) is known color: Turquoise. HEX triplet: 34, E0 and BC. RGB value is (52,224,188). Sum of RGB (Red+Green+Blue) = 52+224+188=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #34E0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E0BC is #CB1F43. Grayscale: #A8A8A8. Windows color (decimal): -13311812 or 12378164. OLE color: 12378164.
HSL color Cylindrical-coordinate representation of color #34E0BC: hue angle of 167.44º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E0BC is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 188 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.12 |
| HSL | 167.44º | 0.74% | 0.54% | - |
| HSV(B) | 167.44º | 0.77% | 0.88% | - |
| XYZ | 37.15 | 57.67 | 56.75 | - |
| YUV | 168.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 188 | 0.77 | 0 | 0.16 | 0.12 | 167.44 | 0.74 | 0.54 |
| Hex | 34 | E0 | BC | 4D | 0 | 10 | C | A7 | 4A | 36 |
| Octal | 64 | 340 | 274 | 115 | 0 | 20 | 14 | 247 | 112 | 66 |
| Binary | 110100 | 11100000 | 10111100 | 1001101 | 0 | 10000 | 1100 | 10100111 | 1001010 | 110110 |
Color Harmonies of #34E0BC
Complementary color
Monochromatic Colors of #34E0BC
Black with #34E0BC
Text Example
Text Example
White with #34E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E0BC; }
p { color: rgb(52,224,188); }
H1.HeaderClassName
{
color: #34E0BC;
}
.AnyTagClassName
{
color: #34E0BC;
}
</style>
background-color css
<style>
a { background-color: #34E0BC; }
a { background-color: rgb(52,224,188); }
div.DivClassName
{
background-color: #34E0BC;
}
.BgClassName
{
background-color: #34E0BC;
}
</style>
border-color css
<style>
span { border-color: #34E0BC; }
span { border-color: rgb(52,224,188); }
td.TdClassName
{
border-color: #34E0BC;
}
.TagClassName
{
border-color: #34E0BC;
}
</style>