Shades of Turquoise #34DEE5
Tints of Turquoise #34DEE5
RGB
CMYK
RGB Variations
Color information
#34DEE5 (or 0x34DEE5) is known color: Turquoise. HEX triplet: 34, DE and E5. RGB value is (52,222,229). Sum of RGB (Red+Green+Blue) = 52+222+229=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #34DEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEE5 is #CB211A. Grayscale: #ABABAB. Windows color (decimal): -13312283 or 15064628. OLE color: 15064628.
HSL color Cylindrical-coordinate representation of color #34DEE5: hue angle of 182.37º 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 #34DEE5 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 222 | 229 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.10 |
| HSL | 182.37º | 0.77% | 0.55% | - |
| HSV(B) | 182.37º | 0.77% | 0.9% | - |
| XYZ | 41.68 | 58.63 | 83.25 | - |
| YUV | 171.97 | 160.18 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 229 | 0.77 | 0.03 | 0 | 0.10 | 182.37 | 0.77 | 0.55 |
| Hex | 34 | DE | E5 | 4D | 3 | 0 | A | B6 | 4D | 37 |
| Octal | 64 | 336 | 345 | 115 | 3 | 0 | 12 | 266 | 115 | 67 |
| Binary | 110100 | 11011110 | 11100101 | 1001101 | 11 | 0 | 1010 | 10110110 | 1001101 | 110111 |
Color Harmonies of #34DEE5
Complementary color
Monochromatic Colors of #34DEE5
Black with #34DEE5
Text Example
Text Example
White with #34DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEE5; }
p { color: rgb(52,222,229); }
H1.HeaderClassName
{
color: #34DEE5;
}
.AnyTagClassName
{
color: #34DEE5;
}
</style>
background-color css
<style>
a { background-color: #34DEE5; }
a { background-color: rgb(52,222,229); }
div.DivClassName
{
background-color: #34DEE5;
}
.BgClassName
{
background-color: #34DEE5;
}
</style>
border-color css
<style>
span { border-color: #34DEE5; }
span { border-color: rgb(52,222,229); }
td.TdClassName
{
border-color: #34DEE5;
}
.TagClassName
{
border-color: #34DEE5;
}
</style>