Shades of Turquoise #34E6CB
Tints of Turquoise #34E6CB
RGB
CMYK
RGB Variations
Color information
#34E6CB (or 0x34E6CB) is known color: Turquoise. HEX triplet: 34, E6 and CB. RGB value is (52,230,203). Sum of RGB (Red+Green+Blue) = 52+230+203=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6CB is #CB1934. Grayscale: #ADADAD. Windows color (decimal): -13310261 or 13362740. OLE color: 13362740.
HSL color Cylindrical-coordinate representation of color #34E6CB: hue angle of 170.9º 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 #34E6CB is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 203 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.10 |
| HSL | 170.9º | 0.78% | 0.55% | - |
| HSV(B) | 170.9º | 0.77% | 0.9% | - |
| XYZ | 40.49 | 61.64 | 66.26 | - |
| YUV | 173.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 203 | 0.77 | 0 | 0.12 | 0.10 | 170.9 | 0.78 | 0.55 |
| Hex | 34 | E6 | CB | 4D | 0 | C | A | AB | 4E | 37 |
| Octal | 64 | 346 | 313 | 115 | 0 | 14 | 12 | 253 | 116 | 67 |
| Binary | 110100 | 11100110 | 11001011 | 1001101 | 0 | 1100 | 1010 | 10101011 | 1001110 | 110111 |
Color Harmonies of #34E6CB
Complementary color
Monochromatic Colors of #34E6CB
Black with #34E6CB
Text Example
Text Example
White with #34E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E6CB; }
p { color: rgb(52,230,203); }
H1.HeaderClassName
{
color: #34E6CB;
}
.AnyTagClassName
{
color: #34E6CB;
}
</style>
background-color css
<style>
a { background-color: #34E6CB; }
a { background-color: rgb(52,230,203); }
div.DivClassName
{
background-color: #34E6CB;
}
.BgClassName
{
background-color: #34E6CB;
}
</style>
border-color css
<style>
span { border-color: #34E6CB; }
span { border-color: rgb(52,230,203); }
td.TdClassName
{
border-color: #34E6CB;
}
.TagClassName
{
border-color: #34E6CB;
}
</style>