Shades of Turquoise #34FECF
Tints of Turquoise #34FECF
RGB
CMYK
RGB Variations
Color information
#34FECF (or 0x34FECF) is known color: Turquoise. HEX triplet: 34, FE and CF. RGB value is (52,254,207). Sum of RGB (Red+Green+Blue) = 52+254+207=513 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.14% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #34FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FECF is #CB0130. Grayscale: #BCBCBC. Windows color (decimal): -13304113 or 13631028. OLE color: 13631028.
HSL color Cylindrical-coordinate representation of color #34FECF: hue angle of 166.04º 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 #34FECF is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 207 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.00 |
| HSL | 166.04º | 0.99% | 0.6% | - |
| HSV(B) | 166.04º | 0.8% | 1% | - |
| XYZ | 48.12 | 76.12 | 71.19 | - |
| YUV | 188.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 207 | 0.80 | 0 | 0.19 | 0.00 | 166.04 | 0.99 | 0.6 |
| Hex | 34 | FE | CF | 50 | 0 | 13 | 0 | A6 | 63 | 3C |
| Octal | 64 | 376 | 317 | 120 | 0 | 23 | 0 | 246 | 143 | 74 |
| Binary | 110100 | 11111110 | 11001111 | 1010000 | 0 | 10011 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #34FECF
Complementary color
Monochromatic Colors of #34FECF
Black with #34FECF
Text Example
Text Example
White with #34FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FECF; }
p { color: rgb(52,254,207); }
H1.HeaderClassName
{
color: #34FECF;
}
.AnyTagClassName
{
color: #34FECF;
}
</style>
background-color css
<style>
a { background-color: #34FECF; }
a { background-color: rgb(52,254,207); }
div.DivClassName
{
background-color: #34FECF;
}
.BgClassName
{
background-color: #34FECF;
}
</style>
border-color css
<style>
span { border-color: #34FECF; }
span { border-color: rgb(52,254,207); }
td.TdClassName
{
border-color: #34FECF;
}
.TagClassName
{
border-color: #34FECF;
}
</style>