Shades of Turquoise #34FFB3
Tints of Turquoise #34FFB3
RGB
CMYK
RGB Variations
Color information
#34FFB3 (or 0x34FFB3) is known color: Turquoise. HEX triplet: 34, FF and B3. RGB value is (52,255,179). Sum of RGB (Red+Green+Blue) = 52+255+179=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFB3 is #CB004C. Grayscale: #B9B9B9. Windows color (decimal): -13303885 or 11796276. OLE color: 11796276.
HSL color Cylindrical-coordinate representation of color #34FFB3: hue angle of 157.54º 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 #34FFB3 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 179 | - |
| CMYK | 0.80 | 0 | 0.30 | 0 |
| HSL | 157.54º | 1% | 0.6% | - |
| HSV(B) | 157.54º | 0.8% | 1% | - |
| XYZ | 45.31 | 75.5 | 54.83 | - |
| YUV | 185.64 | 124.25 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 179 | 0.80 | 0 | 0.30 | 0 | 157.54 | 1 | 0.6 |
| Hex | 34 | FF | B3 | 50 | 0 | 1E | 0 | 9E | 64 | 3C |
| Octal | 64 | 377 | 263 | 120 | 0 | 36 | 0 | 236 | 144 | 74 |
| Binary | 110100 | 11111111 | 10110011 | 1010000 | 0 | 11110 | 0 | 10011110 | 1100100 | 111100 |
Color Harmonies of #34FFB3
Complementary color
Monochromatic Colors of #34FFB3
Black with #34FFB3
Text Example
Text Example
White with #34FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFB3; }
p { color: rgb(52,255,179); }
H1.HeaderClassName
{
color: #34FFB3;
}
.AnyTagClassName
{
color: #34FFB3;
}
</style>
background-color css
<style>
a { background-color: #34FFB3; }
a { background-color: rgb(52,255,179); }
div.DivClassName
{
background-color: #34FFB3;
}
.BgClassName
{
background-color: #34FFB3;
}
</style>
border-color css
<style>
span { border-color: #34FFB3; }
span { border-color: rgb(52,255,179); }
td.TdClassName
{
border-color: #34FFB3;
}
.TagClassName
{
border-color: #34FFB3;
}
</style>