Shades of Turquoise #34D5C7
Tints of Turquoise #34D5C7
RGB
CMYK
RGB Variations
Color information
#34D5C7 (or 0x34D5C7) is known color: Turquoise. HEX triplet: 34, D5 and C7. RGB value is (52,213,199). Sum of RGB (Red+Green+Blue) = 52+213+199=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #34D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D5C7 is #CB2A38. Grayscale: #A3A3A3. Windows color (decimal): -13314617 or 13096244. OLE color: 13096244.
HSL color Cylindrical-coordinate representation of color #34D5C7: hue angle of 174.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D5C7 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 199 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.16 |
| HSL | 174.78º | 0.66% | 0.52% | - |
| HSV(B) | 174.78º | 0.76% | 0.84% | - |
| XYZ | 35.52 | 52.44 | 62.28 | - |
| YUV | 163.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 199 | 0.76 | 0 | 0.07 | 0.16 | 174.78 | 0.66 | 0.52 |
| Hex | 34 | D5 | C7 | 4C | 0 | 7 | 10 | AF | 42 | 34 |
| Octal | 64 | 325 | 307 | 114 | 0 | 7 | 20 | 257 | 102 | 64 |
| Binary | 110100 | 11010101 | 11000111 | 1001100 | 0 | 111 | 10000 | 10101111 | 1000010 | 110100 |
Color Harmonies of #34D5C7
Complementary color
Monochromatic Colors of #34D5C7
Black with #34D5C7
Text Example
Text Example
White with #34D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D5C7; }
p { color: rgb(52,213,199); }
H1.HeaderClassName
{
color: #34D5C7;
}
.AnyTagClassName
{
color: #34D5C7;
}
</style>
background-color css
<style>
a { background-color: #34D5C7; }
a { background-color: rgb(52,213,199); }
div.DivClassName
{
background-color: #34D5C7;
}
.BgClassName
{
background-color: #34D5C7;
}
</style>
border-color css
<style>
span { border-color: #34D5C7; }
span { border-color: rgb(52,213,199); }
td.TdClassName
{
border-color: #34D5C7;
}
.TagClassName
{
border-color: #34D5C7;
}
</style>