Shades of Turquoise #34FEBF
Tints of Turquoise #34FEBF
RGB
CMYK
RGB Variations
Color information
#34FEBF (or 0x34FEBF) is known color: Turquoise. HEX triplet: 34, FE and BF. RGB value is (52,254,191). Sum of RGB (Red+Green+Blue) = 52+254+191=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEBF is #CB0140. Grayscale: #BABABA. Windows color (decimal): -13304129 or 12582452. OLE color: 12582452.
HSL color Cylindrical-coordinate representation of color #34FEBF: hue angle of 161.29º 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 #34FEBF is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 191 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.00 |
| HSL | 161.29º | 0.99% | 0.6% | - |
| HSV(B) | 161.29º | 0.8% | 1% | - |
| XYZ | 46.26 | 75.38 | 61.4 | - |
| YUV | 186.42 | 130.58 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 191 | 0.80 | 0 | 0.25 | 0.00 | 161.29 | 0.99 | 0.6 |
| Hex | 34 | FE | BF | 50 | 0 | 19 | 0 | A1 | 63 | 3C |
| Octal | 64 | 376 | 277 | 120 | 0 | 31 | 0 | 241 | 143 | 74 |
| Binary | 110100 | 11111110 | 10111111 | 1010000 | 0 | 11001 | 0 | 10100001 | 1100011 | 111100 |
Color Harmonies of #34FEBF
Complementary color
Monochromatic Colors of #34FEBF
Black with #34FEBF
Text Example
Text Example
White with #34FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEBF; }
p { color: rgb(52,254,191); }
H1.HeaderClassName
{
color: #34FEBF;
}
.AnyTagClassName
{
color: #34FEBF;
}
</style>
background-color css
<style>
a { background-color: #34FEBF; }
a { background-color: rgb(52,254,191); }
div.DivClassName
{
background-color: #34FEBF;
}
.BgClassName
{
background-color: #34FEBF;
}
</style>
border-color css
<style>
span { border-color: #34FEBF; }
span { border-color: rgb(52,254,191); }
td.TdClassName
{
border-color: #34FEBF;
}
.TagClassName
{
border-color: #34FEBF;
}
</style>