Shades of Turquoise #34FFC5
Tints of Turquoise #34FFC5
RGB
CMYK
RGB Variations
Color information
#34FFC5 (or 0x34FFC5) is known color: Turquoise. HEX triplet: 34, FF and C5. RGB value is (52,255,197). Sum of RGB (Red+Green+Blue) = 52+255+197=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFC5 is #CB003A. Grayscale: #BBBBBB. Windows color (decimal): -13303867 or 12975924. OLE color: 12975924.
HSL color Cylindrical-coordinate representation of color #34FFC5: hue angle of 162.86º 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 #34FFC5 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 197 | - |
| CMYK | 0.80 | 0 | 0.23 | 0 |
| HSL | 162.86º | 1% | 0.6% | - |
| HSV(B) | 162.86º | 0.8% | 1% | - |
| XYZ | 47.25 | 76.28 | 65.06 | - |
| YUV | 187.69 | 133.25 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 197 | 0.80 | 0 | 0.23 | 0 | 162.86 | 1 | 0.6 |
| Hex | 34 | FF | C5 | 50 | 0 | 17 | 0 | A3 | 64 | 3C |
| Octal | 64 | 377 | 305 | 120 | 0 | 27 | 0 | 243 | 144 | 74 |
| Binary | 110100 | 11111111 | 11000101 | 1010000 | 0 | 10111 | 0 | 10100011 | 1100100 | 111100 |
Color Harmonies of #34FFC5
Complementary color
Monochromatic Colors of #34FFC5
Black with #34FFC5
Text Example
Text Example
White with #34FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFC5; }
p { color: rgb(52,255,197); }
H1.HeaderClassName
{
color: #34FFC5;
}
.AnyTagClassName
{
color: #34FFC5;
}
</style>
background-color css
<style>
a { background-color: #34FFC5; }
a { background-color: rgb(52,255,197); }
div.DivClassName
{
background-color: #34FFC5;
}
.BgClassName
{
background-color: #34FFC5;
}
</style>
border-color css
<style>
span { border-color: #34FFC5; }
span { border-color: rgb(52,255,197); }
td.TdClassName
{
border-color: #34FFC5;
}
.TagClassName
{
border-color: #34FFC5;
}
</style>