Shades of Turquoise #34EBBF
Tints of Turquoise #34EBBF
RGB
CMYK
RGB Variations
Color information
#34EBBF (or 0x34EBBF) is known color: Turquoise. HEX triplet: 34, EB and BF. RGB value is (52,235,191). Sum of RGB (Red+Green+Blue) = 52+235+191=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EBBF is #CB1440. Grayscale: #AFAFAF. Windows color (decimal): -13308993 or 12577588. OLE color: 12577588.
HSL color Cylindrical-coordinate representation of color #34EBBF: hue angle of 165.57º 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 #34EBBF is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 235 | 191 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.08 |
| HSL | 165.57º | 0.82% | 0.56% | - |
| HSV(B) | 165.57º | 0.78% | 0.92% | - |
| XYZ | 40.53 | 63.91 | 59.49 | - |
| YUV | 175.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 235 | 191 | 0.78 | 0 | 0.19 | 0.08 | 165.57 | 0.82 | 0.56 |
| Hex | 34 | EB | BF | 4E | 0 | 13 | 8 | A6 | 52 | 38 |
| Octal | 64 | 353 | 277 | 116 | 0 | 23 | 10 | 246 | 122 | 70 |
| Binary | 110100 | 11101011 | 10111111 | 1001110 | 0 | 10011 | 1000 | 10100110 | 1010010 | 111000 |
Color Harmonies of #34EBBF
Complementary color
Monochromatic Colors of #34EBBF
Black with #34EBBF
Text Example
Text Example
White with #34EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EBBF; }
p { color: rgb(52,235,191); }
H1.HeaderClassName
{
color: #34EBBF;
}
.AnyTagClassName
{
color: #34EBBF;
}
</style>
background-color css
<style>
a { background-color: #34EBBF; }
a { background-color: rgb(52,235,191); }
div.DivClassName
{
background-color: #34EBBF;
}
.BgClassName
{
background-color: #34EBBF;
}
</style>
border-color css
<style>
span { border-color: #34EBBF; }
span { border-color: rgb(52,235,191); }
td.TdClassName
{
border-color: #34EBBF;
}
.TagClassName
{
border-color: #34EBBF;
}
</style>