Shades of Turquoise #34DCCC
Tints of Turquoise #34DCCC
RGB
CMYK
RGB Variations
Color information
#34DCCC (or 0x34DCCC) is known color: Turquoise. HEX triplet: 34, DC and CC. RGB value is (52,220,204). Sum of RGB (Red+Green+Blue) = 52+220+204=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCCC is #CB2333. Grayscale: #A7A7A7. Windows color (decimal): -13312820 or 13425716. OLE color: 13425716.
HSL color Cylindrical-coordinate representation of color #34DCCC: hue angle of 174.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCCC is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 204 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.14 |
| HSL | 174.29º | 0.71% | 0.53% | - |
| HSV(B) | 174.29º | 0.76% | 0.86% | - |
| XYZ | 37.91 | 56.28 | 65.99 | - |
| YUV | 167.94 | 148.34 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 204 | 0.76 | 0 | 0.07 | 0.14 | 174.29 | 0.71 | 0.53 |
| Hex | 34 | DC | CC | 4C | 0 | 7 | E | AE | 47 | 35 |
| Octal | 64 | 334 | 314 | 114 | 0 | 7 | 16 | 256 | 107 | 65 |
| Binary | 110100 | 11011100 | 11001100 | 1001100 | 0 | 111 | 1110 | 10101110 | 1000111 | 110101 |
Color Harmonies of #34DCCC
Complementary color
Monochromatic Colors of #34DCCC
Black with #34DCCC
Text Example
Text Example
White with #34DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCCC; }
p { color: rgb(52,220,204); }
H1.HeaderClassName
{
color: #34DCCC;
}
.AnyTagClassName
{
color: #34DCCC;
}
</style>
background-color css
<style>
a { background-color: #34DCCC; }
a { background-color: rgb(52,220,204); }
div.DivClassName
{
background-color: #34DCCC;
}
.BgClassName
{
background-color: #34DCCC;
}
</style>
border-color css
<style>
span { border-color: #34DCCC; }
span { border-color: rgb(52,220,204); }
td.TdClassName
{
border-color: #34DCCC;
}
.TagClassName
{
border-color: #34DCCC;
}
</style>