Shades of Turquoise #34D8C5
Tints of Turquoise #34D8C5
RGB
CMYK
RGB Variations
Color information
#34D8C5 (or 0x34D8C5) is known color: Turquoise. HEX triplet: 34, D8 and C5. RGB value is (52,216,197). Sum of RGB (Red+Green+Blue) = 52+216+197=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8C5 is #CB273A. Grayscale: #A4A4A4. Windows color (decimal): -13313851 or 12965940. OLE color: 12965940.
HSL color Cylindrical-coordinate representation of color #34D8C5: hue angle of 173.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D8C5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 197 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.15 |
| HSL | 173.05º | 0.68% | 0.53% | - |
| HSV(B) | 173.05º | 0.76% | 0.85% | - |
| XYZ | 36.05 | 53.87 | 61.32 | - |
| YUV | 164.8 | 146.17 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 197 | 0.76 | 0 | 0.09 | 0.15 | 173.05 | 0.68 | 0.53 |
| Hex | 34 | D8 | C5 | 4C | 0 | 9 | F | AD | 44 | 35 |
| Octal | 64 | 330 | 305 | 114 | 0 | 11 | 17 | 255 | 104 | 65 |
| Binary | 110100 | 11011000 | 11000101 | 1001100 | 0 | 1001 | 1111 | 10101101 | 1000100 | 110101 |
Color Harmonies of #34D8C5
Complementary color
Monochromatic Colors of #34D8C5
Black with #34D8C5
Text Example
Text Example
White with #34D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D8C5; }
p { color: rgb(52,216,197); }
H1.HeaderClassName
{
color: #34D8C5;
}
.AnyTagClassName
{
color: #34D8C5;
}
</style>
background-color css
<style>
a { background-color: #34D8C5; }
a { background-color: rgb(52,216,197); }
div.DivClassName
{
background-color: #34D8C5;
}
.BgClassName
{
background-color: #34D8C5;
}
</style>
border-color css
<style>
span { border-color: #34D8C5; }
span { border-color: rgb(52,216,197); }
td.TdClassName
{
border-color: #34D8C5;
}
.TagClassName
{
border-color: #34D8C5;
}
</style>