Shades of Turquoise #34FEB0
Tints of Turquoise #34FEB0
RGB
CMYK
RGB Variations
Color information
#34FEB0 (or 0x34FEB0) is known color: Turquoise. HEX triplet: 34, FE and B0. RGB value is (52,254,176). Sum of RGB (Red+Green+Blue) = 52+254+176=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FEB0 is #CB014F. Grayscale: #B8B8B8. Windows color (decimal): -13304144 or 11599412. OLE color: 11599412.
HSL color Cylindrical-coordinate representation of color #34FEB0: hue angle of 156.83º 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 #34FEB0 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 176 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.00 |
| HSL | 156.83º | 0.99% | 0.6% | - |
| HSV(B) | 156.83º | 0.8% | 1% | - |
| XYZ | 44.69 | 74.75 | 53.15 | - |
| YUV | 184.71 | 123.08 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 176 | 0.80 | 0 | 0.31 | 0.00 | 156.83 | 0.99 | 0.6 |
| Hex | 34 | FE | B0 | 50 | 0 | 1F | 0 | 9D | 63 | 3C |
| Octal | 64 | 376 | 260 | 120 | 0 | 37 | 0 | 235 | 143 | 74 |
| Binary | 110100 | 11111110 | 10110000 | 1010000 | 0 | 11111 | 0 | 10011101 | 1100011 | 111100 |
Color Harmonies of #34FEB0
Complementary color
Monochromatic Colors of #34FEB0
Black with #34FEB0
Text Example
Text Example
White with #34FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEB0; }
p { color: rgb(52,254,176); }
H1.HeaderClassName
{
color: #34FEB0;
}
.AnyTagClassName
{
color: #34FEB0;
}
</style>
background-color css
<style>
a { background-color: #34FEB0; }
a { background-color: rgb(52,254,176); }
div.DivClassName
{
background-color: #34FEB0;
}
.BgClassName
{
background-color: #34FEB0;
}
</style>
border-color css
<style>
span { border-color: #34FEB0; }
span { border-color: rgb(52,254,176); }
td.TdClassName
{
border-color: #34FEB0;
}
.TagClassName
{
border-color: #34FEB0;
}
</style>