Shades of Turquoise #34FEDB
Tints of Turquoise #34FEDB
RGB
CMYK
RGB Variations
Color information
#34FEDB (or 0x34FEDB) is known color: Turquoise. HEX triplet: 34, FE and DB. RGB value is (52,254,219). Sum of RGB (Red+Green+Blue) = 52+254+219=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEDB is #CB0124. Grayscale: #BDBDBD. Windows color (decimal): -13304101 or 14417460. OLE color: 14417460.
HSL color Cylindrical-coordinate representation of color #34FEDB: hue angle of 169.6º 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 #34FEDB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 219 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.00 |
| HSL | 169.6º | 0.99% | 0.6% | - |
| HSV(B) | 169.6º | 0.8% | 1% | - |
| XYZ | 49.64 | 76.73 | 79.21 | - |
| YUV | 189.61 | 144.58 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 219 | 0.80 | 0 | 0.14 | 0.00 | 169.6 | 0.99 | 0.6 |
| Hex | 34 | FE | DB | 50 | 0 | E | 0 | AA | 63 | 3C |
| Octal | 64 | 376 | 333 | 120 | 0 | 16 | 0 | 252 | 143 | 74 |
| Binary | 110100 | 11111110 | 11011011 | 1010000 | 0 | 1110 | 0 | 10101010 | 1100011 | 111100 |
Color Harmonies of #34FEDB
Complementary color
Monochromatic Colors of #34FEDB
Black with #34FEDB
Text Example
Text Example
White with #34FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEDB; }
p { color: rgb(52,254,219); }
H1.HeaderClassName
{
color: #34FEDB;
}
.AnyTagClassName
{
color: #34FEDB;
}
</style>
background-color css
<style>
a { background-color: #34FEDB; }
a { background-color: rgb(52,254,219); }
div.DivClassName
{
background-color: #34FEDB;
}
.BgClassName
{
background-color: #34FEDB;
}
</style>
border-color css
<style>
span { border-color: #34FEDB; }
span { border-color: rgb(52,254,219); }
td.TdClassName
{
border-color: #34FEDB;
}
.TagClassName
{
border-color: #34FEDB;
}
</style>