Shades of Turquoise #34FEB5
Tints of Turquoise #34FEB5
RGB
CMYK
RGB Variations
Color information
#34FEB5 (or 0x34FEB5) is known color: Turquoise. HEX triplet: 34, FE and B5. RGB value is (52,254,181). Sum of RGB (Red+Green+Blue) = 52+254+181=487 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.68% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEB5 is #CB014A. Grayscale: #B9B9B9. Windows color (decimal): -13304139 or 11927092. OLE color: 11927092.
HSL color Cylindrical-coordinate representation of color #34FEB5: hue angle of 158.32º 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 #34FEB5 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 181 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.00 |
| HSL | 158.32º | 0.99% | 0.6% | - |
| HSV(B) | 158.32º | 0.8% | 1% | - |
| XYZ | 45.2 | 74.95 | 55.8 | - |
| YUV | 185.28 | 125.58 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 181 | 0.80 | 0 | 0.29 | 0.00 | 158.32 | 0.99 | 0.6 |
| Hex | 34 | FE | B5 | 50 | 0 | 1D | 0 | 9E | 63 | 3C |
| Octal | 64 | 376 | 265 | 120 | 0 | 35 | 0 | 236 | 143 | 74 |
| Binary | 110100 | 11111110 | 10110101 | 1010000 | 0 | 11101 | 0 | 10011110 | 1100011 | 111100 |
Color Harmonies of #34FEB5
Complementary color
Monochromatic Colors of #34FEB5
Black with #34FEB5
Text Example
Text Example
White with #34FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEB5; }
p { color: rgb(52,254,181); }
H1.HeaderClassName
{
color: #34FEB5;
}
.AnyTagClassName
{
color: #34FEB5;
}
</style>
background-color css
<style>
a { background-color: #34FEB5; }
a { background-color: rgb(52,254,181); }
div.DivClassName
{
background-color: #34FEB5;
}
.BgClassName
{
background-color: #34FEB5;
}
</style>
border-color css
<style>
span { border-color: #34FEB5; }
span { border-color: rgb(52,254,181); }
td.TdClassName
{
border-color: #34FEB5;
}
.TagClassName
{
border-color: #34FEB5;
}
</style>