Shades of Turquoise #34FFC0
Tints of Turquoise #34FFC0
RGB
CMYK
RGB Variations
Color information
#34FFC0 (or 0x34FFC0) is known color: Turquoise. HEX triplet: 34, FF and C0. RGB value is (52,255,192). Sum of RGB (Red+Green+Blue) = 52+255+192=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFC0 is #CB003F. Grayscale: #BBBBBB. Windows color (decimal): -13303872 or 12648244. OLE color: 12648244.
HSL color Cylindrical-coordinate representation of color #34FFC0: hue angle of 161.38º 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 #34FFC0 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 192 | - |
| CMYK | 0.80 | 0 | 0.25 | 0 |
| HSL | 161.38º | 1% | 0.6% | - |
| HSV(B) | 161.38º | 0.8% | 1% | - |
| XYZ | 46.69 | 76.06 | 62.09 | - |
| YUV | 187.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 192 | 0.80 | 0 | 0.25 | 0 | 161.38 | 1 | 0.6 |
| Hex | 34 | FF | C0 | 50 | 0 | 19 | 0 | A1 | 64 | 3C |
| Octal | 64 | 377 | 300 | 120 | 0 | 31 | 0 | 241 | 144 | 74 |
| Binary | 110100 | 11111111 | 11000000 | 1010000 | 0 | 11001 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #34FFC0
Complementary color
Monochromatic Colors of #34FFC0
Black with #34FFC0
Text Example
Text Example
White with #34FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFC0; }
p { color: rgb(52,255,192); }
H1.HeaderClassName
{
color: #34FFC0;
}
.AnyTagClassName
{
color: #34FFC0;
}
</style>
background-color css
<style>
a { background-color: #34FFC0; }
a { background-color: rgb(52,255,192); }
div.DivClassName
{
background-color: #34FFC0;
}
.BgClassName
{
background-color: #34FFC0;
}
</style>
border-color css
<style>
span { border-color: #34FFC0; }
span { border-color: rgb(52,255,192); }
td.TdClassName
{
border-color: #34FFC0;
}
.TagClassName
{
border-color: #34FFC0;
}
</style>