Shades of Turquoise #34E9D4
Tints of Turquoise #34E9D4
RGB
CMYK
RGB Variations
Color information
#34E9D4 (or 0x34E9D4) is known color: Turquoise. HEX triplet: 34, E9 and D4. RGB value is (52,233,212). Sum of RGB (Red+Green+Blue) = 52+233+212=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9D4 is #CB162B. Grayscale: #B0B0B0. Windows color (decimal): -13309484 or 13953332. OLE color: 13953332.
HSL color Cylindrical-coordinate representation of color #34E9D4: hue angle of 173.04º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E9D4 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 212 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.09 |
| HSL | 173.04º | 0.8% | 0.56% | - |
| HSV(B) | 173.04º | 0.78% | 0.91% | - |
| XYZ | 42.44 | 63.76 | 72.36 | - |
| YUV | 176.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 212 | 0.78 | 0 | 0.09 | 0.09 | 173.04 | 0.8 | 0.56 |
| Hex | 34 | E9 | D4 | 4E | 0 | 9 | 9 | AD | 50 | 38 |
| Octal | 64 | 351 | 324 | 116 | 0 | 11 | 11 | 255 | 120 | 70 |
| Binary | 110100 | 11101001 | 11010100 | 1001110 | 0 | 1001 | 1001 | 10101101 | 1010000 | 111000 |
Color Harmonies of #34E9D4
Complementary color
Monochromatic Colors of #34E9D4
Black with #34E9D4
Text Example
Text Example
White with #34E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E9D4; }
p { color: rgb(52,233,212); }
H1.HeaderClassName
{
color: #34E9D4;
}
.AnyTagClassName
{
color: #34E9D4;
}
</style>
background-color css
<style>
a { background-color: #34E9D4; }
a { background-color: rgb(52,233,212); }
div.DivClassName
{
background-color: #34E9D4;
}
.BgClassName
{
background-color: #34E9D4;
}
</style>
border-color css
<style>
span { border-color: #34E9D4; }
span { border-color: rgb(52,233,212); }
td.TdClassName
{
border-color: #34E9D4;
}
.TagClassName
{
border-color: #34E9D4;
}
</style>