Shades of Turquoise #34DBCA
Tints of Turquoise #34DBCA
RGB
CMYK
RGB Variations
Color information
#34DBCA (or 0x34DBCA) is known color: Turquoise. HEX triplet: 34, DB and CA. RGB value is (52,219,202). Sum of RGB (Red+Green+Blue) = 52+219+202=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBCA is #CB2435. Grayscale: #A7A7A7. Windows color (decimal): -13313078 or 13294388. OLE color: 13294388.
HSL color Cylindrical-coordinate representation of color #34DBCA: hue angle of 173.89º degrees, saturation: 0.7, 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 #34DBCA is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 202 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.14 |
| HSL | 173.89º | 0.7% | 0.53% | - |
| HSV(B) | 173.89º | 0.76% | 0.86% | - |
| XYZ | 37.41 | 55.66 | 64.65 | - |
| YUV | 167.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 202 | 0.76 | 0 | 0.08 | 0.14 | 173.89 | 0.7 | 0.53 |
| Hex | 34 | DB | CA | 4C | 0 | 8 | E | AE | 46 | 35 |
| Octal | 64 | 333 | 312 | 114 | 0 | 10 | 16 | 256 | 106 | 65 |
| Binary | 110100 | 11011011 | 11001010 | 1001100 | 0 | 1000 | 1110 | 10101110 | 1000110 | 110101 |
Color Harmonies of #34DBCA
Complementary color
Monochromatic Colors of #34DBCA
Black with #34DBCA
Text Example
Text Example
White with #34DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBCA; }
p { color: rgb(52,219,202); }
H1.HeaderClassName
{
color: #34DBCA;
}
.AnyTagClassName
{
color: #34DBCA;
}
</style>
background-color css
<style>
a { background-color: #34DBCA; }
a { background-color: rgb(52,219,202); }
div.DivClassName
{
background-color: #34DBCA;
}
.BgClassName
{
background-color: #34DBCA;
}
</style>
border-color css
<style>
span { border-color: #34DBCA; }
span { border-color: rgb(52,219,202); }
td.TdClassName
{
border-color: #34DBCA;
}
.TagClassName
{
border-color: #34DBCA;
}
</style>