Shades of Turquoise #34E9C4
Tints of Turquoise #34E9C4
RGB
CMYK
RGB Variations
Color information
#34E9C4 (or 0x34E9C4) is known color: Turquoise. HEX triplet: 34, E9 and C4. RGB value is (52,233,196). Sum of RGB (Red+Green+Blue) = 52+233+196=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9C4 is #CB163B. Grayscale: #AEAEAE. Windows color (decimal): -13309500 or 12904756. OLE color: 12904756.
HSL color Cylindrical-coordinate representation of color #34E9C4: hue angle of 167.73º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E9C4 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 196 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.09 |
| HSL | 167.73º | 0.8% | 0.56% | - |
| HSV(B) | 167.73º | 0.78% | 0.91% | - |
| XYZ | 40.52 | 62.99 | 62.25 | - |
| YUV | 174.66 | 140.03 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 196 | 0.78 | 0 | 0.16 | 0.09 | 167.73 | 0.8 | 0.56 |
| Hex | 34 | E9 | C4 | 4E | 0 | 10 | 9 | A8 | 50 | 38 |
| Octal | 64 | 351 | 304 | 116 | 0 | 20 | 11 | 250 | 120 | 70 |
| Binary | 110100 | 11101001 | 11000100 | 1001110 | 0 | 10000 | 1001 | 10101000 | 1010000 | 111000 |
Color Harmonies of #34E9C4
Complementary color
Monochromatic Colors of #34E9C4
Black with #34E9C4
Text Example
Text Example
White with #34E9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E9C4; }
p { color: rgb(52,233,196); }
H1.HeaderClassName
{
color: #34E9C4;
}
.AnyTagClassName
{
color: #34E9C4;
}
</style>
background-color css
<style>
a { background-color: #34E9C4; }
a { background-color: rgb(52,233,196); }
div.DivClassName
{
background-color: #34E9C4;
}
.BgClassName
{
background-color: #34E9C4;
}
</style>
border-color css
<style>
span { border-color: #34E9C4; }
span { border-color: rgb(52,233,196); }
td.TdClassName
{
border-color: #34E9C4;
}
.TagClassName
{
border-color: #34E9C4;
}
</style>