Shades of Turquoise #34E5CF
Tints of Turquoise #34E5CF
RGB
CMYK
RGB Variations
Color information
#34E5CF (or 0x34E5CF) is known color: Turquoise. HEX triplet: 34, E5 and CF. RGB value is (52,229,207). Sum of RGB (Red+Green+Blue) = 52+229+207=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #34E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E5CF is #CB1A30. Grayscale: #ADADAD. Windows color (decimal): -13310513 or 13624628. OLE color: 13624628.
HSL color Cylindrical-coordinate representation of color #34E5CF: hue angle of 172.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E5CF is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 207 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.10 |
| HSL | 172.54º | 0.77% | 0.55% | - |
| HSV(B) | 172.54º | 0.77% | 0.9% | - |
| XYZ | 40.7 | 61.27 | 68.71 | - |
| YUV | 173.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 207 | 0.77 | 0 | 0.10 | 0.10 | 172.54 | 0.77 | 0.55 |
| Hex | 34 | E5 | CF | 4D | 0 | A | A | AD | 4D | 37 |
| Octal | 64 | 345 | 317 | 115 | 0 | 12 | 12 | 255 | 115 | 67 |
| Binary | 110100 | 11100101 | 11001111 | 1001101 | 0 | 1010 | 1010 | 10101101 | 1001101 | 110111 |
Color Harmonies of #34E5CF
Complementary color
Monochromatic Colors of #34E5CF
Black with #34E5CF
Text Example
Text Example
White with #34E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E5CF; }
p { color: rgb(52,229,207); }
H1.HeaderClassName
{
color: #34E5CF;
}
.AnyTagClassName
{
color: #34E5CF;
}
</style>
background-color css
<style>
a { background-color: #34E5CF; }
a { background-color: rgb(52,229,207); }
div.DivClassName
{
background-color: #34E5CF;
}
.BgClassName
{
background-color: #34E5CF;
}
</style>
border-color css
<style>
span { border-color: #34E5CF; }
span { border-color: rgb(52,229,207); }
td.TdClassName
{
border-color: #34E5CF;
}
.TagClassName
{
border-color: #34E5CF;
}
</style>