Shades of Turquoise #34DFC5
Tints of Turquoise #34DFC5
RGB
CMYK
RGB Variations
Color information
#34DFC5 (or 0x34DFC5) is known color: Turquoise. HEX triplet: 34, DF and C5. RGB value is (52,223,197). Sum of RGB (Red+Green+Blue) = 52+223+197=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFC5 is #CB203A. Grayscale: #A8A8A8. Windows color (decimal): -13312059 or 12967732. OLE color: 12967732.
HSL color Cylindrical-coordinate representation of color #34DFC5: hue angle of 170.88º degrees, saturation: 0.73, 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 #34DFC5 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 197 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.13 |
| HSL | 170.88º | 0.73% | 0.54% | - |
| HSV(B) | 170.88º | 0.77% | 0.87% | - |
| XYZ | 37.88 | 57.54 | 61.93 | - |
| YUV | 168.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 197 | 0.77 | 0 | 0.12 | 0.13 | 170.88 | 0.73 | 0.54 |
| Hex | 34 | DF | C5 | 4D | 0 | C | D | AB | 49 | 36 |
| Octal | 64 | 337 | 305 | 115 | 0 | 14 | 15 | 253 | 111 | 66 |
| Binary | 110100 | 11011111 | 11000101 | 1001101 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110110 |
Color Harmonies of #34DFC5
Complementary color
Monochromatic Colors of #34DFC5
Black with #34DFC5
Text Example
Text Example
White with #34DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFC5; }
p { color: rgb(52,223,197); }
H1.HeaderClassName
{
color: #34DFC5;
}
.AnyTagClassName
{
color: #34DFC5;
}
</style>
background-color css
<style>
a { background-color: #34DFC5; }
a { background-color: rgb(52,223,197); }
div.DivClassName
{
background-color: #34DFC5;
}
.BgClassName
{
background-color: #34DFC5;
}
</style>
border-color css
<style>
span { border-color: #34DFC5; }
span { border-color: rgb(52,223,197); }
td.TdClassName
{
border-color: #34DFC5;
}
.TagClassName
{
border-color: #34DFC5;
}
</style>