Shades of Turquoise #34D1E5
Tints of Turquoise #34D1E5
RGB
CMYK
RGB Variations
Color information
#34D1E5 (or 0x34D1E5) is known color: Turquoise. HEX triplet: 34, D1 and E5. RGB value is (52,209,229). Sum of RGB (Red+Green+Blue) = 52+209+229=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #34D1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D1E5 is #CB2E1A. Grayscale: #A4A4A4. Windows color (decimal): -13315611 or 15061300. OLE color: 15061300.
HSL color Cylindrical-coordinate representation of color #34D1E5: hue angle of 186.78º 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 #34D1E5 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 209 | 229 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.10 |
| HSL | 186.78º | 0.77% | 0.55% | - |
| HSV(B) | 186.78º | 0.77% | 0.9% | - |
| XYZ | 38.36 | 51.99 | 82.14 | - |
| YUV | 164.34 | 164.49 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 229 | 0.77 | 0.09 | 0 | 0.10 | 186.78 | 0.77 | 0.55 |
| Hex | 34 | D1 | E5 | 4D | 9 | 0 | A | BB | 4D | 37 |
| Octal | 64 | 321 | 345 | 115 | 11 | 0 | 12 | 273 | 115 | 67 |
| Binary | 110100 | 11010001 | 11100101 | 1001101 | 1001 | 0 | 1010 | 10111011 | 1001101 | 110111 |
Color Harmonies of #34D1E5
Complementary color
Monochromatic Colors of #34D1E5
Black with #34D1E5
Text Example
Text Example
White with #34D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D1E5; }
p { color: rgb(52,209,229); }
H1.HeaderClassName
{
color: #34D1E5;
}
.AnyTagClassName
{
color: #34D1E5;
}
</style>
background-color css
<style>
a { background-color: #34D1E5; }
a { background-color: rgb(52,209,229); }
div.DivClassName
{
background-color: #34D1E5;
}
.BgClassName
{
background-color: #34D1E5;
}
</style>
border-color css
<style>
span { border-color: #34D1E5; }
span { border-color: rgb(52,209,229); }
td.TdClassName
{
border-color: #34D1E5;
}
.TagClassName
{
border-color: #34D1E5;
}
</style>