Shades of Turquoise #34E7DD
Tints of Turquoise #34E7DD
RGB
CMYK
RGB Variations
Color information
#34E7DD (or 0x34E7DD) is known color: Turquoise. HEX triplet: 34, E7 and DD. RGB value is (52,231,221). Sum of RGB (Red+Green+Blue) = 52+231+221=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7DD is #CB1822. Grayscale: #B0B0B0. Windows color (decimal): -13309987 or 14542644. OLE color: 14542644.
HSL color Cylindrical-coordinate representation of color #34E7DD: hue angle of 176.65º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E7DD is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 231 | 221 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.09 |
| HSL | 176.65º | 0.79% | 0.55% | - |
| HSV(B) | 176.65º | 0.77% | 0.91% | - |
| XYZ | 43.04 | 63.1 | 78.32 | - |
| YUV | 176.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 231 | 221 | 0.77 | 0 | 0.04 | 0.09 | 176.65 | 0.79 | 0.55 |
| Hex | 34 | E7 | DD | 4D | 0 | 4 | 9 | B1 | 4F | 37 |
| Octal | 64 | 347 | 335 | 115 | 0 | 4 | 11 | 261 | 117 | 67 |
| Binary | 110100 | 11100111 | 11011101 | 1001101 | 0 | 100 | 1001 | 10110001 | 1001111 | 110111 |
Color Harmonies of #34E7DD
Complementary color
Monochromatic Colors of #34E7DD
Black with #34E7DD
Text Example
Text Example
White with #34E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E7DD; }
p { color: rgb(52,231,221); }
H1.HeaderClassName
{
color: #34E7DD;
}
.AnyTagClassName
{
color: #34E7DD;
}
</style>
background-color css
<style>
a { background-color: #34E7DD; }
a { background-color: rgb(52,231,221); }
div.DivClassName
{
background-color: #34E7DD;
}
.BgClassName
{
background-color: #34E7DD;
}
</style>
border-color css
<style>
span { border-color: #34E7DD; }
span { border-color: rgb(52,231,221); }
td.TdClassName
{
border-color: #34E7DD;
}
.TagClassName
{
border-color: #34E7DD;
}
</style>