Shades of Turquoise #34FECE
Tints of Turquoise #34FECE
RGB
CMYK
RGB Variations
Color information
#34FECE (or 0x34FECE) is known color: Turquoise. HEX triplet: 34, FE and CE. RGB value is (52,254,206). Sum of RGB (Red+Green+Blue) = 52+254+206=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #34FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FECE is #CB0131. Grayscale: #BCBCBC. Windows color (decimal): -13304114 or 13565492. OLE color: 13565492.
HSL color Cylindrical-coordinate representation of color #34FECE: hue angle of 165.74º 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 #34FECE is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 206 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.00 |
| HSL | 165.74º | 0.99% | 0.6% | - |
| HSV(B) | 165.74º | 0.8% | 1% | - |
| XYZ | 48 | 76.07 | 70.55 | - |
| YUV | 188.13 | 138.08 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 206 | 0.80 | 0 | 0.19 | 0.00 | 165.74 | 0.99 | 0.6 |
| Hex | 34 | FE | CE | 50 | 0 | 13 | 0 | A6 | 63 | 3C |
| Octal | 64 | 376 | 316 | 120 | 0 | 23 | 0 | 246 | 143 | 74 |
| Binary | 110100 | 11111110 | 11001110 | 1010000 | 0 | 10011 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #34FECE
Complementary color
Monochromatic Colors of #34FECE
Black with #34FECE
Text Example
Text Example
White with #34FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FECE; }
p { color: rgb(52,254,206); }
H1.HeaderClassName
{
color: #34FECE;
}
.AnyTagClassName
{
color: #34FECE;
}
</style>
background-color css
<style>
a { background-color: #34FECE; }
a { background-color: rgb(52,254,206); }
div.DivClassName
{
background-color: #34FECE;
}
.BgClassName
{
background-color: #34FECE;
}
</style>
border-color css
<style>
span { border-color: #34FECE; }
span { border-color: rgb(52,254,206); }
td.TdClassName
{
border-color: #34FECE;
}
.TagClassName
{
border-color: #34FECE;
}
</style>