Shades of Turquoise #34E5DF
Tints of Turquoise #34E5DF
RGB
CMYK
RGB Variations
Color information
#34E5DF (or 0x34E5DF) is known color: Turquoise. HEX triplet: 34, E5 and DF. RGB value is (52,229,223). Sum of RGB (Red+Green+Blue) = 52+229+223=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #34E5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E5DF is #CB1A20. Grayscale: #AFAFAF. Windows color (decimal): -13310497 or 14673204. OLE color: 14673204.
HSL color Cylindrical-coordinate representation of color #34E5DF: hue angle of 177.97º 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 #34E5DF is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 223 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.10 |
| HSL | 177.97º | 0.77% | 0.55% | - |
| HSV(B) | 177.97º | 0.77% | 0.9% | - |
| XYZ | 42.75 | 62.1 | 79.54 | - |
| YUV | 175.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 223 | 0.77 | 0 | 0.03 | 0.10 | 177.97 | 0.77 | 0.55 |
| Hex | 34 | E5 | DF | 4D | 0 | 3 | A | B2 | 4D | 37 |
| Octal | 64 | 345 | 337 | 115 | 0 | 3 | 12 | 262 | 115 | 67 |
| Binary | 110100 | 11100101 | 11011111 | 1001101 | 0 | 11 | 1010 | 10110010 | 1001101 | 110111 |
Color Harmonies of #34E5DF
Complementary color
Monochromatic Colors of #34E5DF
Black with #34E5DF
Text Example
Text Example
White with #34E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E5DF; }
p { color: rgb(52,229,223); }
H1.HeaderClassName
{
color: #34E5DF;
}
.AnyTagClassName
{
color: #34E5DF;
}
</style>
background-color css
<style>
a { background-color: #34E5DF; }
a { background-color: rgb(52,229,223); }
div.DivClassName
{
background-color: #34E5DF;
}
.BgClassName
{
background-color: #34E5DF;
}
</style>
border-color css
<style>
span { border-color: #34E5DF; }
span { border-color: rgb(52,229,223); }
td.TdClassName
{
border-color: #34E5DF;
}
.TagClassName
{
border-color: #34E5DF;
}
</style>