Shades of Turquoise #34EBBE
Tints of Turquoise #34EBBE
RGB
CMYK
RGB Variations
Color information
#34EBBE (or 0x34EBBE) is known color: Turquoise. HEX triplet: 34, EB and BE. RGB value is (52,235,190). Sum of RGB (Red+Green+Blue) = 52+235+190=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EBBE is #CB1441. Grayscale: #AFAFAF. Windows color (decimal): -13308994 or 12512052. OLE color: 12512052.
HSL color Cylindrical-coordinate representation of color #34EBBE: hue angle of 165.25º degrees, saturation: 0.82, 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 #34EBBE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 235 | 190 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.08 |
| HSL | 165.25º | 0.82% | 0.56% | - |
| HSV(B) | 165.25º | 0.78% | 0.92% | - |
| XYZ | 40.42 | 63.86 | 58.91 | - |
| YUV | 175.15 | 136.37 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 235 | 190 | 0.78 | 0 | 0.19 | 0.08 | 165.25 | 0.82 | 0.56 |
| Hex | 34 | EB | BE | 4E | 0 | 13 | 8 | A5 | 52 | 38 |
| Octal | 64 | 353 | 276 | 116 | 0 | 23 | 10 | 245 | 122 | 70 |
| Binary | 110100 | 11101011 | 10111110 | 1001110 | 0 | 10011 | 1000 | 10100101 | 1010010 | 111000 |
Color Harmonies of #34EBBE
Complementary color
Monochromatic Colors of #34EBBE
Black with #34EBBE
Text Example
Text Example
White with #34EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EBBE; }
p { color: rgb(52,235,190); }
H1.HeaderClassName
{
color: #34EBBE;
}
.AnyTagClassName
{
color: #34EBBE;
}
</style>
background-color css
<style>
a { background-color: #34EBBE; }
a { background-color: rgb(52,235,190); }
div.DivClassName
{
background-color: #34EBBE;
}
.BgClassName
{
background-color: #34EBBE;
}
</style>
border-color css
<style>
span { border-color: #34EBBE; }
span { border-color: rgb(52,235,190); }
td.TdClassName
{
border-color: #34EBBE;
}
.TagClassName
{
border-color: #34EBBE;
}
</style>