Shades of Turquoise #34EFEC
Tints of Turquoise #34EFEC
RGB
CMYK
RGB Variations
Color information
#34EFEC (or 0x34EFEC) is known color: Turquoise. HEX triplet: 34, EF and EC. RGB value is (52,239,236). Sum of RGB (Red+Green+Blue) = 52+239+236=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #34EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EFEC is #CB1013. Grayscale: #B6B6B6. Windows color (decimal): -13307924 or 15527732. OLE color: 15527732.
HSL color Cylindrical-coordinate representation of color #34EFEC: hue angle of 179.04º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EFEC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 236 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.06 |
| HSL | 179.04º | 0.85% | 0.57% | - |
| HSV(B) | 179.04º | 0.78% | 0.94% | - |
| XYZ | 47.42 | 68.52 | 90.08 | - |
| YUV | 182.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 236 | 0.78 | 0 | 0.01 | 0.06 | 179.04 | 0.85 | 0.57 |
| Hex | 34 | EF | EC | 4E | 0 | 1 | 6 | B3 | 55 | 39 |
| Octal | 64 | 357 | 354 | 116 | 0 | 1 | 6 | 263 | 125 | 71 |
| Binary | 110100 | 11101111 | 11101100 | 1001110 | 0 | 1 | 110 | 10110011 | 1010101 | 111001 |
Color Harmonies of #34EFEC
Complementary color
Monochromatic Colors of #34EFEC
Black with #34EFEC
Text Example
Text Example
White with #34EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EFEC; }
p { color: rgb(52,239,236); }
H1.HeaderClassName
{
color: #34EFEC;
}
.AnyTagClassName
{
color: #34EFEC;
}
</style>
background-color css
<style>
a { background-color: #34EFEC; }
a { background-color: rgb(52,239,236); }
div.DivClassName
{
background-color: #34EFEC;
}
.BgClassName
{
background-color: #34EFEC;
}
</style>
border-color css
<style>
span { border-color: #34EFEC; }
span { border-color: rgb(52,239,236); }
td.TdClassName
{
border-color: #34EFEC;
}
.TagClassName
{
border-color: #34EFEC;
}
</style>