Shades of Turquoise #34EFDC
Tints of Turquoise #34EFDC
RGB
CMYK
RGB Variations
Color information
#34EFDC (or 0x34EFDC) is known color: Turquoise. HEX triplet: 34, EF and DC. RGB value is (52,239,220). Sum of RGB (Red+Green+Blue) = 52+239+220=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #34EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EFDC is #CB1023. Grayscale: #B4B4B4. Windows color (decimal): -13307940 or 14479156. OLE color: 14479156.
HSL color Cylindrical-coordinate representation of color #34EFDC: hue angle of 173.9º 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 #34EFDC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 220 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.06 |
| HSL | 173.9º | 0.85% | 0.57% | - |
| HSV(B) | 173.9º | 0.78% | 0.94% | - |
| XYZ | 45.2 | 67.63 | 78.38 | - |
| YUV | 180.92 | 150.05 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 220 | 0.78 | 0 | 0.08 | 0.06 | 173.9 | 0.85 | 0.57 |
| Hex | 34 | EF | DC | 4E | 0 | 8 | 6 | AE | 55 | 39 |
| Octal | 64 | 357 | 334 | 116 | 0 | 10 | 6 | 256 | 125 | 71 |
| Binary | 110100 | 11101111 | 11011100 | 1001110 | 0 | 1000 | 110 | 10101110 | 1010101 | 111001 |
Color Harmonies of #34EFDC
Complementary color
Monochromatic Colors of #34EFDC
Black with #34EFDC
Text Example
Text Example
White with #34EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EFDC; }
p { color: rgb(52,239,220); }
H1.HeaderClassName
{
color: #34EFDC;
}
.AnyTagClassName
{
color: #34EFDC;
}
</style>
background-color css
<style>
a { background-color: #34EFDC; }
a { background-color: rgb(52,239,220); }
div.DivClassName
{
background-color: #34EFDC;
}
.BgClassName
{
background-color: #34EFDC;
}
</style>
border-color css
<style>
span { border-color: #34EFDC; }
span { border-color: rgb(52,239,220); }
td.TdClassName
{
border-color: #34EFDC;
}
.TagClassName
{
border-color: #34EFDC;
}
</style>