Shades of Turquoise #34EACB
Tints of Turquoise #34EACB
RGB
CMYK
RGB Variations
Color information
#34EACB (or 0x34EACB) is known color: Turquoise. HEX triplet: 34, EA and CB. RGB value is (52,234,203). Sum of RGB (Red+Green+Blue) = 52+234+203=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #34EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EACB is #CB1534. Grayscale: #AFAFAF. Windows color (decimal): -13309237 or 13363764. OLE color: 13363764.
HSL color Cylindrical-coordinate representation of color #34EACB: hue angle of 169.78º 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 #34EACB is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 203 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.08 |
| HSL | 169.78º | 0.81% | 0.56% | - |
| HSV(B) | 169.78º | 0.78% | 0.92% | - |
| XYZ | 41.62 | 63.89 | 66.64 | - |
| YUV | 176.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 203 | 0.78 | 0 | 0.13 | 0.08 | 169.78 | 0.81 | 0.56 |
| Hex | 34 | EA | CB | 4E | 0 | D | 8 | AA | 51 | 38 |
| Octal | 64 | 352 | 313 | 116 | 0 | 15 | 10 | 252 | 121 | 70 |
| Binary | 110100 | 11101010 | 11001011 | 1001110 | 0 | 1101 | 1000 | 10101010 | 1010001 | 111000 |
Color Harmonies of #34EACB
Complementary color
Monochromatic Colors of #34EACB
Black with #34EACB
Text Example
Text Example
White with #34EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EACB; }
p { color: rgb(52,234,203); }
H1.HeaderClassName
{
color: #34EACB;
}
.AnyTagClassName
{
color: #34EACB;
}
</style>
background-color css
<style>
a { background-color: #34EACB; }
a { background-color: rgb(52,234,203); }
div.DivClassName
{
background-color: #34EACB;
}
.BgClassName
{
background-color: #34EACB;
}
</style>
border-color css
<style>
span { border-color: #34EACB; }
span { border-color: rgb(52,234,203); }
td.TdClassName
{
border-color: #34EACB;
}
.TagClassName
{
border-color: #34EACB;
}
</style>