Shades of Turquoise #34DAC4
Tints of Turquoise #34DAC4
RGB
CMYK
RGB Variations
Color information
#34DAC4 (or 0x34DAC4) is known color: Turquoise. HEX triplet: 34, DA and C4. RGB value is (52,218,196). Sum of RGB (Red+Green+Blue) = 52+218+196=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #34DAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DAC4 is #CB253B. Grayscale: #A5A5A5. Windows color (decimal): -13313340 or 12900916. OLE color: 12900916.
HSL color Cylindrical-coordinate representation of color #34DAC4: hue angle of 172.05º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DAC4 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 218 | 196 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.15 |
| HSL | 172.05º | 0.69% | 0.53% | - |
| HSV(B) | 172.05º | 0.76% | 0.85% | - |
| XYZ | 36.45 | 54.86 | 60.89 | - |
| YUV | 165.86 | 145 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 218 | 196 | 0.76 | 0 | 0.10 | 0.15 | 172.05 | 0.69 | 0.53 |
| Hex | 34 | DA | C4 | 4C | 0 | A | F | AC | 45 | 35 |
| Octal | 64 | 332 | 304 | 114 | 0 | 12 | 17 | 254 | 105 | 65 |
| Binary | 110100 | 11011010 | 11000100 | 1001100 | 0 | 1010 | 1111 | 10101100 | 1000101 | 110101 |
Color Harmonies of #34DAC4
Complementary color
Monochromatic Colors of #34DAC4
Black with #34DAC4
Text Example
Text Example
White with #34DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DAC4; }
p { color: rgb(52,218,196); }
H1.HeaderClassName
{
color: #34DAC4;
}
.AnyTagClassName
{
color: #34DAC4;
}
</style>
background-color css
<style>
a { background-color: #34DAC4; }
a { background-color: rgb(52,218,196); }
div.DivClassName
{
background-color: #34DAC4;
}
.BgClassName
{
background-color: #34DAC4;
}
</style>
border-color css
<style>
span { border-color: #34DAC4; }
span { border-color: rgb(52,218,196); }
td.TdClassName
{
border-color: #34DAC4;
}
.TagClassName
{
border-color: #34DAC4;
}
</style>