Shades of Turquoise #34FFEF
Tints of Turquoise #34FFEF
RGB
CMYK
RGB Variations
Color information
#34FFEF (or 0x34FFEF) is known color: Turquoise. HEX triplet: 34, FF and EF. RGB value is (52,255,239). Sum of RGB (Red+Green+Blue) = 52+255+239=546 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.52% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FFEF is #CB0010. Grayscale: #C0C0C0. Windows color (decimal): -13303825 or 15728436. OLE color: 15728436.
HSL color Cylindrical-coordinate representation of color #34FFEF: hue angle of 175.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFEF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 239 | - |
| CMYK | 0.80 | 0 | 0.06 | 0 |
| HSL | 175.27º | 1% | 0.6% | - |
| HSV(B) | 175.27º | 0.8% | 1% | - |
| XYZ | 52.76 | 78.48 | 94.03 | - |
| YUV | 192.48 | 154.25 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 239 | 0.80 | 0 | 0.06 | 0 | 175.27 | 1 | 0.6 |
| Hex | 34 | FF | EF | 50 | 0 | 6 | 0 | AF | 64 | 3C |
| Octal | 64 | 377 | 357 | 120 | 0 | 6 | 0 | 257 | 144 | 74 |
| Binary | 110100 | 11111111 | 11101111 | 1010000 | 0 | 110 | 0 | 10101111 | 1100100 | 111100 |
Color Harmonies of #34FFEF
Complementary color
Monochromatic Colors of #34FFEF
Black with #34FFEF
Text Example
Text Example
White with #34FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFEF; }
p { color: rgb(52,255,239); }
H1.HeaderClassName
{
color: #34FFEF;
}
.AnyTagClassName
{
color: #34FFEF;
}
</style>
background-color css
<style>
a { background-color: #34FFEF; }
a { background-color: rgb(52,255,239); }
div.DivClassName
{
background-color: #34FFEF;
}
.BgClassName
{
background-color: #34FFEF;
}
</style>
border-color css
<style>
span { border-color: #34FFEF; }
span { border-color: rgb(52,255,239); }
td.TdClassName
{
border-color: #34FFEF;
}
.TagClassName
{
border-color: #34FFEF;
}
</style>