Shades of Turquoise #34FEBC
Tints of Turquoise #34FEBC
RGB
CMYK
RGB Variations
Color information
#34FEBC (or 0x34FEBC) is known color: Turquoise. HEX triplet: 34, FE and BC. RGB value is (52,254,188). Sum of RGB (Red+Green+Blue) = 52+254+188=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEBC is #CB0143. Grayscale: #BABABA. Windows color (decimal): -13304132 or 12385844. OLE color: 12385844.
HSL color Cylindrical-coordinate representation of color #34FEBC: hue angle of 160.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEBC is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 188 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.4º | 0.99% | 0.6% | - |
| HSV(B) | 160.4º | 0.8% | 1% | - |
| XYZ | 45.94 | 75.24 | 59.68 | - |
| YUV | 186.08 | 129.08 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 188 | 0.80 | 0 | 0.26 | 0.00 | 160.4 | 0.99 | 0.6 |
| Hex | 34 | FE | BC | 50 | 0 | 1A | 0 | A0 | 63 | 3C |
| Octal | 64 | 376 | 274 | 120 | 0 | 32 | 0 | 240 | 143 | 74 |
| Binary | 110100 | 11111110 | 10111100 | 1010000 | 0 | 11010 | 0 | 10100000 | 1100011 | 111100 |
Color Harmonies of #34FEBC
Complementary color
Monochromatic Colors of #34FEBC
Black with #34FEBC
Text Example
Text Example
White with #34FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEBC; }
p { color: rgb(52,254,188); }
H1.HeaderClassName
{
color: #34FEBC;
}
.AnyTagClassName
{
color: #34FEBC;
}
</style>
background-color css
<style>
a { background-color: #34FEBC; }
a { background-color: rgb(52,254,188); }
div.DivClassName
{
background-color: #34FEBC;
}
.BgClassName
{
background-color: #34FEBC;
}
</style>
border-color css
<style>
span { border-color: #34FEBC; }
span { border-color: rgb(52,254,188); }
td.TdClassName
{
border-color: #34FEBC;
}
.TagClassName
{
border-color: #34FEBC;
}
</style>