Shades of Turquoise #34FFB6
Tints of Turquoise #34FFB6
RGB
CMYK
RGB Variations
Color information
#34FFB6 (or 0x34FFB6) is known color: Turquoise. HEX triplet: 34, FF and B6. RGB value is (52,255,182). Sum of RGB (Red+Green+Blue) = 52+255+182=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFB6 is #CB0049. Grayscale: #BABABA. Windows color (decimal): -13303882 or 11992884. OLE color: 11992884.
HSL color Cylindrical-coordinate representation of color #34FFB6: hue angle of 158.42º 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 #34FFB6 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 182 | - |
| CMYK | 0.80 | 0 | 0.29 | 0 |
| HSL | 158.42º | 1% | 0.6% | - |
| HSV(B) | 158.42º | 0.8% | 1% | - |
| XYZ | 45.62 | 75.63 | 56.45 | - |
| YUV | 185.98 | 125.75 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 182 | 0.80 | 0 | 0.29 | 0 | 158.42 | 1 | 0.6 |
| Hex | 34 | FF | B6 | 50 | 0 | 1D | 0 | 9E | 64 | 3C |
| Octal | 64 | 377 | 266 | 120 | 0 | 35 | 0 | 236 | 144 | 74 |
| Binary | 110100 | 11111111 | 10110110 | 1010000 | 0 | 11101 | 0 | 10011110 | 1100100 | 111100 |
Color Harmonies of #34FFB6
Complementary color
Monochromatic Colors of #34FFB6
Black with #34FFB6
Text Example
Text Example
White with #34FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFB6; }
p { color: rgb(52,255,182); }
H1.HeaderClassName
{
color: #34FFB6;
}
.AnyTagClassName
{
color: #34FFB6;
}
</style>
background-color css
<style>
a { background-color: #34FFB6; }
a { background-color: rgb(52,255,182); }
div.DivClassName
{
background-color: #34FFB6;
}
.BgClassName
{
background-color: #34FFB6;
}
</style>
border-color css
<style>
span { border-color: #34FFB6; }
span { border-color: rgb(52,255,182); }
td.TdClassName
{
border-color: #34FFB6;
}
.TagClassName
{
border-color: #34FFB6;
}
</style>