Shades of Turquoise #34FFB2
Tints of Turquoise #34FFB2
RGB
CMYK
RGB Variations
Color information
#34FFB2 (or 0x34FFB2) is known color: Turquoise. HEX triplet: 34, FF and B2. RGB value is (52,255,178). Sum of RGB (Red+Green+Blue) = 52+255+178=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FFB2 is #CB004D. Grayscale: #B9B9B9. Windows color (decimal): -13303886 or 11730740. OLE color: 11730740.
HSL color Cylindrical-coordinate representation of color #34FFB2: hue angle of 157.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFB2 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 178 | - |
| CMYK | 0.80 | 0 | 0.30 | 0 |
| HSL | 157.24º | 1% | 0.6% | - |
| HSV(B) | 157.24º | 0.8% | 1% | - |
| XYZ | 45.21 | 75.46 | 54.3 | - |
| YUV | 185.53 | 123.75 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 178 | 0.80 | 0 | 0.30 | 0 | 157.24 | 1 | 0.6 |
| Hex | 34 | FF | B2 | 50 | 0 | 1E | 0 | 9D | 64 | 3C |
| Octal | 64 | 377 | 262 | 120 | 0 | 36 | 0 | 235 | 144 | 74 |
| Binary | 110100 | 11111111 | 10110010 | 1010000 | 0 | 11110 | 0 | 10011101 | 1100100 | 111100 |
Color Harmonies of #34FFB2
Complementary color
Monochromatic Colors of #34FFB2
Black with #34FFB2
Text Example
Text Example
White with #34FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFB2; }
p { color: rgb(52,255,178); }
H1.HeaderClassName
{
color: #34FFB2;
}
.AnyTagClassName
{
color: #34FFB2;
}
</style>
background-color css
<style>
a { background-color: #34FFB2; }
a { background-color: rgb(52,255,178); }
div.DivClassName
{
background-color: #34FFB2;
}
.BgClassName
{
background-color: #34FFB2;
}
</style>
border-color css
<style>
span { border-color: #34FFB2; }
span { border-color: rgb(52,255,178); }
td.TdClassName
{
border-color: #34FFB2;
}
.TagClassName
{
border-color: #34FFB2;
}
</style>