Shades of Turquoise #34FEBB
Tints of Turquoise #34FEBB
RGB
CMYK
RGB Variations
Color information
#34FEBB (or 0x34FEBB) is known color: Turquoise. HEX triplet: 34, FE and BB. RGB value is (52,254,187). Sum of RGB (Red+Green+Blue) = 52+254+187=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEBB is #CB0144. Grayscale: #BABABA. Windows color (decimal): -13304133 or 12320308. OLE color: 12320308.
HSL color Cylindrical-coordinate representation of color #34FEBB: hue angle of 160.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEBB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 187 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.1º | 0.99% | 0.6% | - |
| HSV(B) | 160.1º | 0.8% | 1% | - |
| XYZ | 45.83 | 75.2 | 59.11 | - |
| YUV | 185.96 | 128.58 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 187 | 0.80 | 0 | 0.26 | 0.00 | 160.1 | 0.99 | 0.6 |
| Hex | 34 | FE | BB | 50 | 0 | 1A | 0 | A0 | 63 | 3C |
| Octal | 64 | 376 | 273 | 120 | 0 | 32 | 0 | 240 | 143 | 74 |
| Binary | 110100 | 11111110 | 10111011 | 1010000 | 0 | 11010 | 0 | 10100000 | 1100011 | 111100 |
Color Harmonies of #34FEBB
Complementary color
Monochromatic Colors of #34FEBB
Black with #34FEBB
Text Example
Text Example
White with #34FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEBB; }
p { color: rgb(52,254,187); }
H1.HeaderClassName
{
color: #34FEBB;
}
.AnyTagClassName
{
color: #34FEBB;
}
</style>
background-color css
<style>
a { background-color: #34FEBB; }
a { background-color: rgb(52,254,187); }
div.DivClassName
{
background-color: #34FEBB;
}
.BgClassName
{
background-color: #34FEBB;
}
</style>
border-color css
<style>
span { border-color: #34FEBB; }
span { border-color: rgb(52,254,187); }
td.TdClassName
{
border-color: #34FEBB;
}
.TagClassName
{
border-color: #34FEBB;
}
</style>