Shades of Turquoise #34FED9
Tints of Turquoise #34FED9
RGB
CMYK
RGB Variations
Color information
#34FED9 (or 0x34FED9) is known color: Turquoise. HEX triplet: 34, FE and D9. RGB value is (52,254,217). Sum of RGB (Red+Green+Blue) = 52+254+217=523 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.94% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #34FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FED9 is #CB0126. Grayscale: #BDBDBD. Windows color (decimal): -13304103 or 14286388. OLE color: 14286388.
HSL color Cylindrical-coordinate representation of color #34FED9: hue angle of 169.01º 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 #34FED9 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 217 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.00 |
| HSL | 169.01º | 0.99% | 0.6% | - |
| HSV(B) | 169.01º | 0.8% | 1% | - |
| XYZ | 49.38 | 76.62 | 77.83 | - |
| YUV | 189.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 217 | 0.80 | 0 | 0.15 | 0.00 | 169.01 | 0.99 | 0.6 |
| Hex | 34 | FE | D9 | 50 | 0 | F | 0 | A9 | 63 | 3C |
| Octal | 64 | 376 | 331 | 120 | 0 | 17 | 0 | 251 | 143 | 74 |
| Binary | 110100 | 11111110 | 11011001 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #34FED9
Complementary color
Monochromatic Colors of #34FED9
Black with #34FED9
Text Example
Text Example
White with #34FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FED9; }
p { color: rgb(52,254,217); }
H1.HeaderClassName
{
color: #34FED9;
}
.AnyTagClassName
{
color: #34FED9;
}
</style>
background-color css
<style>
a { background-color: #34FED9; }
a { background-color: rgb(52,254,217); }
div.DivClassName
{
background-color: #34FED9;
}
.BgClassName
{
background-color: #34FED9;
}
</style>
border-color css
<style>
span { border-color: #34FED9; }
span { border-color: rgb(52,254,217); }
td.TdClassName
{
border-color: #34FED9;
}
.TagClassName
{
border-color: #34FED9;
}
</style>