Shades of Turquoise #34DEE0
Tints of Turquoise #34DEE0
RGB
CMYK
RGB Variations
Color information
#34DEE0 (or 0x34DEE0) is known color: Turquoise. HEX triplet: 34, DE and E0. RGB value is (52,222,224). Sum of RGB (Red+Green+Blue) = 52+222+224=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #34DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEE0 is #CB211F. Grayscale: #ABABAB. Windows color (decimal): -13312288 or 14736948. OLE color: 14736948.
HSL color Cylindrical-coordinate representation of color #34DEE0: hue angle of 180.7º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DEE0 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 222 | 224 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.12 |
| HSL | 180.7º | 0.74% | 0.54% | - |
| HSV(B) | 180.7º | 0.77% | 0.88% | - |
| XYZ | 40.99 | 58.35 | 79.62 | - |
| YUV | 171.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 224 | 0.77 | 0.01 | 0 | 0.12 | 180.7 | 0.74 | 0.54 |
| Hex | 34 | DE | E0 | 4D | 1 | 0 | C | B5 | 4A | 36 |
| Octal | 64 | 336 | 340 | 115 | 1 | 0 | 14 | 265 | 112 | 66 |
| Binary | 110100 | 11011110 | 11100000 | 1001101 | 1 | 0 | 1100 | 10110101 | 1001010 | 110110 |
Color Harmonies of #34DEE0
Complementary color
Monochromatic Colors of #34DEE0
Black with #34DEE0
Text Example
Text Example
White with #34DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEE0; }
p { color: rgb(52,222,224); }
H1.HeaderClassName
{
color: #34DEE0;
}
.AnyTagClassName
{
color: #34DEE0;
}
</style>
background-color css
<style>
a { background-color: #34DEE0; }
a { background-color: rgb(52,222,224); }
div.DivClassName
{
background-color: #34DEE0;
}
.BgClassName
{
background-color: #34DEE0;
}
</style>
border-color css
<style>
span { border-color: #34DEE0; }
span { border-color: rgb(52,222,224); }
td.TdClassName
{
border-color: #34DEE0;
}
.TagClassName
{
border-color: #34DEE0;
}
</style>