Shades of Turquoise #34EACE
Tints of Turquoise #34EACE
RGB
CMYK
RGB Variations
Color information
#34EACE (or 0x34EACE) is known color: Turquoise. HEX triplet: 34, EA and CE. RGB value is (52,234,206). Sum of RGB (Red+Green+Blue) = 52+234+206=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #34EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EACE is #CB1531. Grayscale: #B0B0B0. Windows color (decimal): -13309234 or 13560372. OLE color: 13560372.
HSL color Cylindrical-coordinate representation of color #34EACE: hue angle of 170.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EACE is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 206 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.08 |
| HSL | 170.77º | 0.81% | 0.56% | - |
| HSV(B) | 170.77º | 0.78% | 0.92% | - |
| XYZ | 41.98 | 64.03 | 68.54 | - |
| YUV | 176.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 206 | 0.78 | 0 | 0.12 | 0.08 | 170.77 | 0.81 | 0.56 |
| Hex | 34 | EA | CE | 4E | 0 | C | 8 | AB | 51 | 38 |
| Octal | 64 | 352 | 316 | 116 | 0 | 14 | 10 | 253 | 121 | 70 |
| Binary | 110100 | 11101010 | 11001110 | 1001110 | 0 | 1100 | 1000 | 10101011 | 1010001 | 111000 |
Color Harmonies of #34EACE
Complementary color
Monochromatic Colors of #34EACE
Black with #34EACE
Text Example
Text Example
White with #34EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EACE; }
p { color: rgb(52,234,206); }
H1.HeaderClassName
{
color: #34EACE;
}
.AnyTagClassName
{
color: #34EACE;
}
</style>
background-color css
<style>
a { background-color: #34EACE; }
a { background-color: rgb(52,234,206); }
div.DivClassName
{
background-color: #34EACE;
}
.BgClassName
{
background-color: #34EACE;
}
</style>
border-color css
<style>
span { border-color: #34EACE; }
span { border-color: rgb(52,234,206); }
td.TdClassName
{
border-color: #34EACE;
}
.TagClassName
{
border-color: #34EACE;
}
</style>