Shades of Turquoise #34FFDB
Tints of Turquoise #34FFDB
RGB
CMYK
RGB Variations
Color information
#34FFDB (or 0x34FFDB) is known color: Turquoise. HEX triplet: 34, FF and DB. RGB value is (52,255,219). Sum of RGB (Red+Green+Blue) = 52+255+219=526 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.89% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFDB is #CB0024. Grayscale: #BEBEBE. Windows color (decimal): -13303845 or 14417716. OLE color: 14417716.
HSL color Cylindrical-coordinate representation of color #34FFDB: hue angle of 169.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFDB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 219 | - |
| CMYK | 0.80 | 0 | 0.14 | 0 |
| HSL | 169.36º | 1% | 0.6% | - |
| HSV(B) | 169.36º | 0.8% | 1% | - |
| XYZ | 49.96 | 77.36 | 79.32 | - |
| YUV | 190.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 219 | 0.80 | 0 | 0.14 | 0 | 169.36 | 1 | 0.6 |
| Hex | 34 | FF | DB | 50 | 0 | E | 0 | A9 | 64 | 3C |
| Octal | 64 | 377 | 333 | 120 | 0 | 16 | 0 | 251 | 144 | 74 |
| Binary | 110100 | 11111111 | 11011011 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #34FFDB
Complementary color
Monochromatic Colors of #34FFDB
Black with #34FFDB
Text Example
Text Example
White with #34FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFDB; }
p { color: rgb(52,255,219); }
H1.HeaderClassName
{
color: #34FFDB;
}
.AnyTagClassName
{
color: #34FFDB;
}
</style>
background-color css
<style>
a { background-color: #34FFDB; }
a { background-color: rgb(52,255,219); }
div.DivClassName
{
background-color: #34FFDB;
}
.BgClassName
{
background-color: #34FFDB;
}
</style>
border-color css
<style>
span { border-color: #34FFDB; }
span { border-color: rgb(52,255,219); }
td.TdClassName
{
border-color: #34FFDB;
}
.TagClassName
{
border-color: #34FFDB;
}
</style>