Shades of Turquoise #34DEC5
Tints of Turquoise #34DEC5
RGB
CMYK
RGB Variations
Color information
#34DEC5 (or 0x34DEC5) is known color: Turquoise. HEX triplet: 34, DE and C5. RGB value is (52,222,197). Sum of RGB (Red+Green+Blue) = 52+222+197=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEC5 is #CB213A. Grayscale: #A8A8A8. Windows color (decimal): -13312315 or 12967476. OLE color: 12967476.
HSL color Cylindrical-coordinate representation of color #34DEC5: hue angle of 171.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DEC5 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 197 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.13 |
| HSL | 171.18º | 0.72% | 0.54% | - |
| HSV(B) | 171.18º | 0.77% | 0.87% | - |
| XYZ | 37.62 | 57 | 61.84 | - |
| YUV | 168.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 197 | 0.77 | 0 | 0.11 | 0.13 | 171.18 | 0.72 | 0.54 |
| Hex | 34 | DE | C5 | 4D | 0 | B | D | AB | 48 | 36 |
| Octal | 64 | 336 | 305 | 115 | 0 | 13 | 15 | 253 | 110 | 66 |
| Binary | 110100 | 11011110 | 11000101 | 1001101 | 0 | 1011 | 1101 | 10101011 | 1001000 | 110110 |
Color Harmonies of #34DEC5
Complementary color
Monochromatic Colors of #34DEC5
Black with #34DEC5
Text Example
Text Example
White with #34DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEC5; }
p { color: rgb(52,222,197); }
H1.HeaderClassName
{
color: #34DEC5;
}
.AnyTagClassName
{
color: #34DEC5;
}
</style>
background-color css
<style>
a { background-color: #34DEC5; }
a { background-color: rgb(52,222,197); }
div.DivClassName
{
background-color: #34DEC5;
}
.BgClassName
{
background-color: #34DEC5;
}
</style>
border-color css
<style>
span { border-color: #34DEC5; }
span { border-color: rgb(52,222,197); }
td.TdClassName
{
border-color: #34DEC5;
}
.TagClassName
{
border-color: #34DEC5;
}
</style>