Shades of Turquoise #34DBCF
Tints of Turquoise #34DBCF
RGB
CMYK
RGB Variations
Color information
#34DBCF (or 0x34DBCF) is known color: Turquoise. HEX triplet: 34, DB and CF. RGB value is (52,219,207). Sum of RGB (Red+Green+Blue) = 52+219+207=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBCF is #CB2430. Grayscale: #A7A7A7. Windows color (decimal): -13313073 or 13622068. OLE color: 13622068.
HSL color Cylindrical-coordinate representation of color #34DBCF: hue angle of 175.69º 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 #34DBCF is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 207 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.14 |
| HSL | 175.69º | 0.7% | 0.53% | - |
| HSV(B) | 175.69º | 0.76% | 0.86% | - |
| XYZ | 38.01 | 55.9 | 67.82 | - |
| YUV | 167.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 207 | 0.76 | 0 | 0.05 | 0.14 | 175.69 | 0.7 | 0.53 |
| Hex | 34 | DB | CF | 4C | 0 | 5 | E | B0 | 46 | 35 |
| Octal | 64 | 333 | 317 | 114 | 0 | 5 | 16 | 260 | 106 | 65 |
| Binary | 110100 | 11011011 | 11001111 | 1001100 | 0 | 101 | 1110 | 10110000 | 1000110 | 110101 |
Color Harmonies of #34DBCF
Complementary color
Monochromatic Colors of #34DBCF
Black with #34DBCF
Text Example
Text Example
White with #34DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBCF; }
p { color: rgb(52,219,207); }
H1.HeaderClassName
{
color: #34DBCF;
}
.AnyTagClassName
{
color: #34DBCF;
}
</style>
background-color css
<style>
a { background-color: #34DBCF; }
a { background-color: rgb(52,219,207); }
div.DivClassName
{
background-color: #34DBCF;
}
.BgClassName
{
background-color: #34DBCF;
}
</style>
border-color css
<style>
span { border-color: #34DBCF; }
span { border-color: rgb(52,219,207); }
td.TdClassName
{
border-color: #34DBCF;
}
.TagClassName
{
border-color: #34DBCF;
}
</style>