Shades of Turquoise #34E6CE
Tints of Turquoise #34E6CE
RGB
CMYK
RGB Variations
Color information
#34E6CE (or 0x34E6CE) is known color: Turquoise. HEX triplet: 34, E6 and CE. RGB value is (52,230,206). Sum of RGB (Red+Green+Blue) = 52+230+206=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6CE is #CB1931. Grayscale: #ADADAD. Windows color (decimal): -13310258 or 13559348. OLE color: 13559348.
HSL color Cylindrical-coordinate representation of color #34E6CE: hue angle of 171.91º degrees, saturation: 0.78, 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 #34E6CE is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 206 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.10 |
| HSL | 171.91º | 0.78% | 0.55% | - |
| HSV(B) | 171.91º | 0.77% | 0.9% | - |
| XYZ | 40.85 | 61.78 | 68.16 | - |
| YUV | 174.04 | 146.03 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 206 | 0.77 | 0 | 0.10 | 0.10 | 171.91 | 0.78 | 0.55 |
| Hex | 34 | E6 | CE | 4D | 0 | A | A | AC | 4E | 37 |
| Octal | 64 | 346 | 316 | 115 | 0 | 12 | 12 | 254 | 116 | 67 |
| Binary | 110100 | 11100110 | 11001110 | 1001101 | 0 | 1010 | 1010 | 10101100 | 1001110 | 110111 |
Color Harmonies of #34E6CE
Complementary color
Monochromatic Colors of #34E6CE
Black with #34E6CE
Text Example
Text Example
White with #34E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E6CE; }
p { color: rgb(52,230,206); }
H1.HeaderClassName
{
color: #34E6CE;
}
.AnyTagClassName
{
color: #34E6CE;
}
</style>
background-color css
<style>
a { background-color: #34E6CE; }
a { background-color: rgb(52,230,206); }
div.DivClassName
{
background-color: #34E6CE;
}
.BgClassName
{
background-color: #34E6CE;
}
</style>
border-color css
<style>
span { border-color: #34E6CE; }
span { border-color: rgb(52,230,206); }
td.TdClassName
{
border-color: #34E6CE;
}
.TagClassName
{
border-color: #34E6CE;
}
</style>