Shades of Turquoise #34EADC
Tints of Turquoise #34EADC
RGB
CMYK
RGB Variations
Color information
#34EADC (or 0x34EADC) is known color: Turquoise. HEX triplet: 34, EA and DC. RGB value is (52,234,220). Sum of RGB (Red+Green+Blue) = 52+234+220=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #34EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EADC is #CB1523. Grayscale: #B1B1B1. Windows color (decimal): -13309220 or 14477876. OLE color: 14477876.
HSL color Cylindrical-coordinate representation of color #34EADC: hue angle of 175.38º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EADC is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 220 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.08 |
| HSL | 175.38º | 0.81% | 0.56% | - |
| HSV(B) | 175.38º | 0.78% | 0.92% | - |
| XYZ | 43.76 | 64.74 | 77.9 | - |
| YUV | 177.99 | 151.7 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 220 | 0.78 | 0 | 0.06 | 0.08 | 175.38 | 0.81 | 0.56 |
| Hex | 34 | EA | DC | 4E | 0 | 6 | 8 | AF | 51 | 38 |
| Octal | 64 | 352 | 334 | 116 | 0 | 6 | 10 | 257 | 121 | 70 |
| Binary | 110100 | 11101010 | 11011100 | 1001110 | 0 | 110 | 1000 | 10101111 | 1010001 | 111000 |
Color Harmonies of #34EADC
Complementary color
Monochromatic Colors of #34EADC
Black with #34EADC
Text Example
Text Example
White with #34EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EADC; }
p { color: rgb(52,234,220); }
H1.HeaderClassName
{
color: #34EADC;
}
.AnyTagClassName
{
color: #34EADC;
}
</style>
background-color css
<style>
a { background-color: #34EADC; }
a { background-color: rgb(52,234,220); }
div.DivClassName
{
background-color: #34EADC;
}
.BgClassName
{
background-color: #34EADC;
}
</style>
border-color css
<style>
span { border-color: #34EADC; }
span { border-color: rgb(52,234,220); }
td.TdClassName
{
border-color: #34EADC;
}
.TagClassName
{
border-color: #34EADC;
}
</style>