Shades of Turquoise #34EEB2
Tints of Turquoise #34EEB2
RGB
CMYK
RGB Variations
Color information
#34EEB2 (or 0x34EEB2) is known color: Turquoise. HEX triplet: 34, EE and B2. RGB value is (52,238,178). Sum of RGB (Red+Green+Blue) = 52+238+178=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EEB2 is #CB114D. Grayscale: #AFAFAF. Windows color (decimal): -13308238 or 11726388. OLE color: 11726388.
HSL color Cylindrical-coordinate representation of color #34EEB2: hue angle of 160.65º degrees, saturation: 0.85, 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 #34EEB2 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 178 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.07 |
| HSL | 160.65º | 0.85% | 0.57% | - |
| HSV(B) | 160.65º | 0.78% | 0.93% | - |
| XYZ | 40.03 | 65.09 | 52.57 | - |
| YUV | 175.55 | 129.38 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 178 | 0.78 | 0 | 0.25 | 0.07 | 160.65 | 0.85 | 0.57 |
| Hex | 34 | EE | B2 | 4E | 0 | 19 | 7 | A1 | 55 | 39 |
| Octal | 64 | 356 | 262 | 116 | 0 | 31 | 7 | 241 | 125 | 71 |
| Binary | 110100 | 11101110 | 10110010 | 1001110 | 0 | 11001 | 111 | 10100001 | 1010101 | 111001 |
Color Harmonies of #34EEB2
Complementary color
Monochromatic Colors of #34EEB2
Black with #34EEB2
Text Example
Text Example
White with #34EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEB2; }
p { color: rgb(52,238,178); }
H1.HeaderClassName
{
color: #34EEB2;
}
.AnyTagClassName
{
color: #34EEB2;
}
</style>
background-color css
<style>
a { background-color: #34EEB2; }
a { background-color: rgb(52,238,178); }
div.DivClassName
{
background-color: #34EEB2;
}
.BgClassName
{
background-color: #34EEB2;
}
</style>
border-color css
<style>
span { border-color: #34EEB2; }
span { border-color: rgb(52,238,178); }
td.TdClassName
{
border-color: #34EEB2;
}
.TagClassName
{
border-color: #34EEB2;
}
</style>