Shades of Turquoise #34FFB7
Tints of Turquoise #34FFB7
RGB
CMYK
RGB Variations
Color information
#34FFB7 (or 0x34FFB7) is known color: Turquoise. HEX triplet: 34, FF and B7. RGB value is (52,255,183). Sum of RGB (Red+Green+Blue) = 52+255+183=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFB7 is #CB0048. Grayscale: #BABABA. Windows color (decimal): -13303881 or 12058420. OLE color: 12058420.
HSL color Cylindrical-coordinate representation of color #34FFB7: hue angle of 158.72º 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 #34FFB7 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 183 | - |
| CMYK | 0.80 | 0 | 0.28 | 0 |
| HSL | 158.72º | 1% | 0.6% | - |
| HSV(B) | 158.72º | 0.8% | 1% | - |
| XYZ | 45.72 | 75.67 | 57 | - |
| YUV | 186.1 | 126.25 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 183 | 0.80 | 0 | 0.28 | 0 | 158.72 | 1 | 0.6 |
| Hex | 34 | FF | B7 | 50 | 0 | 1C | 0 | 9F | 64 | 3C |
| Octal | 64 | 377 | 267 | 120 | 0 | 34 | 0 | 237 | 144 | 74 |
| Binary | 110100 | 11111111 | 10110111 | 1010000 | 0 | 11100 | 0 | 10011111 | 1100100 | 111100 |
Color Harmonies of #34FFB7
Complementary color
Monochromatic Colors of #34FFB7
Black with #34FFB7
Text Example
Text Example
White with #34FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFB7; }
p { color: rgb(52,255,183); }
H1.HeaderClassName
{
color: #34FFB7;
}
.AnyTagClassName
{
color: #34FFB7;
}
</style>
background-color css
<style>
a { background-color: #34FFB7; }
a { background-color: rgb(52,255,183); }
div.DivClassName
{
background-color: #34FFB7;
}
.BgClassName
{
background-color: #34FFB7;
}
</style>
border-color css
<style>
span { border-color: #34FFB7; }
span { border-color: rgb(52,255,183); }
td.TdClassName
{
border-color: #34FFB7;
}
.TagClassName
{
border-color: #34FFB7;
}
</style>