Shades of Turquoise #34DECA
Tints of Turquoise #34DECA
RGB
CMYK
RGB Variations
Color information
#34DECA (or 0x34DECA) is known color: Turquoise. HEX triplet: 34, DE and CA. RGB value is (52,222,202). Sum of RGB (Red+Green+Blue) = 52+222+202=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #34DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DECA is #CB2135. Grayscale: #A8A8A8. Windows color (decimal): -13312310 or 13295156. OLE color: 13295156.
HSL color Cylindrical-coordinate representation of color #34DECA: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DECA is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 202 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.13 |
| HSL | 172.94º | 0.72% | 0.54% | - |
| HSV(B) | 172.94º | 0.77% | 0.87% | - |
| XYZ | 38.2 | 57.24 | 64.91 | - |
| YUV | 168.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 202 | 0.77 | 0 | 0.09 | 0.13 | 172.94 | 0.72 | 0.54 |
| Hex | 34 | DE | CA | 4D | 0 | 9 | D | AD | 48 | 36 |
| Octal | 64 | 336 | 312 | 115 | 0 | 11 | 15 | 255 | 110 | 66 |
| Binary | 110100 | 11011110 | 11001010 | 1001101 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110110 |
Color Harmonies of #34DECA
Complementary color
Monochromatic Colors of #34DECA
Black with #34DECA
Text Example
Text Example
White with #34DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DECA; }
p { color: rgb(52,222,202); }
H1.HeaderClassName
{
color: #34DECA;
}
.AnyTagClassName
{
color: #34DECA;
}
</style>
background-color css
<style>
a { background-color: #34DECA; }
a { background-color: rgb(52,222,202); }
div.DivClassName
{
background-color: #34DECA;
}
.BgClassName
{
background-color: #34DECA;
}
</style>
border-color css
<style>
span { border-color: #34DECA; }
span { border-color: rgb(52,222,202); }
td.TdClassName
{
border-color: #34DECA;
}
.TagClassName
{
border-color: #34DECA;
}
</style>