Shades of Turquoise #34E6C6
Tints of Turquoise #34E6C6
RGB
CMYK
RGB Variations
Color information
#34E6C6 (or 0x34E6C6) is known color: Turquoise. HEX triplet: 34, E6 and C6. RGB value is (52,230,198). Sum of RGB (Red+Green+Blue) = 52+230+198=480 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.83% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6C6 is #CB1939. Grayscale: #ADADAD. Windows color (decimal): -13310266 or 13035060. OLE color: 13035060.
HSL color Cylindrical-coordinate representation of color #34E6C6: hue angle of 169.21º 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 #34E6C6 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 198 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.10 |
| HSL | 169.21º | 0.78% | 0.55% | - |
| HSV(B) | 169.21º | 0.77% | 0.9% | - |
| XYZ | 39.91 | 61.4 | 63.17 | - |
| YUV | 173.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 198 | 0.77 | 0 | 0.14 | 0.10 | 169.21 | 0.78 | 0.55 |
| Hex | 34 | E6 | C6 | 4D | 0 | E | A | A9 | 4E | 37 |
| Octal | 64 | 346 | 306 | 115 | 0 | 16 | 12 | 251 | 116 | 67 |
| Binary | 110100 | 11100110 | 11000110 | 1001101 | 0 | 1110 | 1010 | 10101001 | 1001110 | 110111 |
Color Harmonies of #34E6C6
Complementary color
Monochromatic Colors of #34E6C6
Black with #34E6C6
Text Example
Text Example
White with #34E6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E6C6; }
p { color: rgb(52,230,198); }
H1.HeaderClassName
{
color: #34E6C6;
}
.AnyTagClassName
{
color: #34E6C6;
}
</style>
background-color css
<style>
a { background-color: #34E6C6; }
a { background-color: rgb(52,230,198); }
div.DivClassName
{
background-color: #34E6C6;
}
.BgClassName
{
background-color: #34E6C6;
}
</style>
border-color css
<style>
span { border-color: #34E6C6; }
span { border-color: rgb(52,230,198); }
td.TdClassName
{
border-color: #34E6C6;
}
.TagClassName
{
border-color: #34E6C6;
}
</style>