Shades of Turquoise #34DDCA
Tints of Turquoise #34DDCA
RGB
CMYK
RGB Variations
Color information
#34DDCA (or 0x34DDCA) is known color: Turquoise. HEX triplet: 34, DD and CA. RGB value is (52,221,202). Sum of RGB (Red+Green+Blue) = 52+221+202=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDCA is #CB2235. Grayscale: #A8A8A8. Windows color (decimal): -13312566 or 13294900. OLE color: 13294900.
HSL color Cylindrical-coordinate representation of color #34DDCA: hue angle of 173.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDCA is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 202 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.13 |
| HSL | 173.25º | 0.71% | 0.54% | - |
| HSV(B) | 173.25º | 0.76% | 0.87% | - |
| XYZ | 37.93 | 56.71 | 64.82 | - |
| YUV | 168.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 202 | 0.76 | 0 | 0.09 | 0.13 | 173.25 | 0.71 | 0.54 |
| Hex | 34 | DD | CA | 4C | 0 | 9 | D | AD | 47 | 36 |
| Octal | 64 | 335 | 312 | 114 | 0 | 11 | 15 | 255 | 107 | 66 |
| Binary | 110100 | 11011101 | 11001010 | 1001100 | 0 | 1001 | 1101 | 10101101 | 1000111 | 110110 |
Color Harmonies of #34DDCA
Complementary color
Monochromatic Colors of #34DDCA
Black with #34DDCA
Text Example
Text Example
White with #34DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDCA; }
p { color: rgb(52,221,202); }
H1.HeaderClassName
{
color: #34DDCA;
}
.AnyTagClassName
{
color: #34DDCA;
}
</style>
background-color css
<style>
a { background-color: #34DDCA; }
a { background-color: rgb(52,221,202); }
div.DivClassName
{
background-color: #34DDCA;
}
.BgClassName
{
background-color: #34DDCA;
}
</style>
border-color css
<style>
span { border-color: #34DDCA; }
span { border-color: rgb(52,221,202); }
td.TdClassName
{
border-color: #34DDCA;
}
.TagClassName
{
border-color: #34DDCA;
}
</style>