Shades of Turquoise #34EDD8
Tints of Turquoise #34EDD8
RGB
CMYK
RGB Variations
Color information
#34EDD8 (or 0x34EDD8) is known color: Turquoise. HEX triplet: 34, ED and D8. RGB value is (52,237,216). Sum of RGB (Red+Green+Blue) = 52+237+216=505 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.30% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EDD8 is #CB1227. Grayscale: #B3B3B3. Windows color (decimal): -13308456 or 14216500. OLE color: 14216500.
HSL color Cylindrical-coordinate representation of color #34EDD8: hue angle of 173.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EDD8 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 216 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.07 |
| HSL | 173.19º | 0.84% | 0.57% | - |
| HSV(B) | 173.19º | 0.78% | 0.93% | - |
| XYZ | 44.1 | 66.26 | 75.43 | - |
| YUV | 179.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 216 | 0.78 | 0 | 0.09 | 0.07 | 173.19 | 0.84 | 0.57 |
| Hex | 34 | ED | D8 | 4E | 0 | 9 | 7 | AD | 54 | 39 |
| Octal | 64 | 355 | 330 | 116 | 0 | 11 | 7 | 255 | 124 | 71 |
| Binary | 110100 | 11101101 | 11011000 | 1001110 | 0 | 1001 | 111 | 10101101 | 1010100 | 111001 |
Color Harmonies of #34EDD8
Complementary color
Monochromatic Colors of #34EDD8
Black with #34EDD8
Text Example
Text Example
White with #34EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EDD8; }
p { color: rgb(52,237,216); }
H1.HeaderClassName
{
color: #34EDD8;
}
.AnyTagClassName
{
color: #34EDD8;
}
</style>
background-color css
<style>
a { background-color: #34EDD8; }
a { background-color: rgb(52,237,216); }
div.DivClassName
{
background-color: #34EDD8;
}
.BgClassName
{
background-color: #34EDD8;
}
</style>
border-color css
<style>
span { border-color: #34EDD8; }
span { border-color: rgb(52,237,216); }
td.TdClassName
{
border-color: #34EDD8;
}
.TagClassName
{
border-color: #34EDD8;
}
</style>