Shades of Turquoise #34FEDA
Tints of Turquoise #34FEDA
RGB
CMYK
RGB Variations
Color information
#34FEDA (or 0x34FEDA) is known color: Turquoise. HEX triplet: 34, FE and DA. RGB value is (52,254,218). Sum of RGB (Red+Green+Blue) = 52+254+218=524 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.92% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEDA is #CB0125. Grayscale: #BDBDBD. Windows color (decimal): -13304102 or 14351924. OLE color: 14351924.
HSL color Cylindrical-coordinate representation of color #34FEDA: hue angle of 169.31º 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 #34FEDA is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 218 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.00 |
| HSL | 169.31º | 0.99% | 0.6% | - |
| HSV(B) | 169.31º | 0.8% | 1% | - |
| XYZ | 49.51 | 76.68 | 78.52 | - |
| YUV | 189.5 | 144.08 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 218 | 0.80 | 0 | 0.14 | 0.00 | 169.31 | 0.99 | 0.6 |
| Hex | 34 | FE | DA | 50 | 0 | E | 0 | A9 | 63 | 3C |
| Octal | 64 | 376 | 332 | 120 | 0 | 16 | 0 | 251 | 143 | 74 |
| Binary | 110100 | 11111110 | 11011010 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #34FEDA
Complementary color
Monochromatic Colors of #34FEDA
Black with #34FEDA
Text Example
Text Example
White with #34FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEDA; }
p { color: rgb(52,254,218); }
H1.HeaderClassName
{
color: #34FEDA;
}
.AnyTagClassName
{
color: #34FEDA;
}
</style>
background-color css
<style>
a { background-color: #34FEDA; }
a { background-color: rgb(52,254,218); }
div.DivClassName
{
background-color: #34FEDA;
}
.BgClassName
{
background-color: #34FEDA;
}
</style>
border-color css
<style>
span { border-color: #34FEDA; }
span { border-color: rgb(52,254,218); }
td.TdClassName
{
border-color: #34FEDA;
}
.TagClassName
{
border-color: #34FEDA;
}
</style>