Shades of Bright Turquoise #13FFDB
Tints of Bright Turquoise #13FFDB
RGB
CMYK
RGB Variations
Color information
#13FFDB (or 0x13FFDB) is known color: Bright Turquoise. HEX triplet: 13, FF and DB. RGB value is (19,255,219). Sum of RGB (Red+Green+Blue) = 19+255+219=493 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFDB is #EC0024. Grayscale: #B4B4B4. Windows color (decimal): -15466533 or 14417683. OLE color: 14417683.
HSL color Cylindrical-coordinate representation of color #13FFDB: hue angle of 170.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFDB is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 219 | - |
| CMYK | 0.93 | 0 | 0.14 | 0 |
| HSL | 170.85º | 1% | 0.54% | - |
| HSV(B) | 170.85º | 0.93% | 1% | - |
| XYZ | 48.81 | 76.77 | 79.26 | - |
| YUV | 180.33 | 149.81 | 12.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 219 | 0.93 | 0 | 0.14 | 0 | 170.85 | 1 | 0.54 |
| Hex | 13 | FF | DB | 5D | 0 | E | 0 | AB | 64 | 36 |
| Octal | 23 | 377 | 333 | 135 | 0 | 16 | 0 | 253 | 144 | 66 |
| Binary | 10011 | 11111111 | 11011011 | 1011101 | 0 | 1110 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #13FFDB
Complementary color
Monochromatic Colors of #13FFDB
Black with #13FFDB
Text Example
Text Example
White with #13FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFDB; }
p { color: rgb(19,255,219); }
H1.HeaderClassName
{
color: #13FFDB;
}
.AnyTagClassName
{
color: #13FFDB;
}
</style>
background-color css
<style>
a { background-color: #13FFDB; }
a { background-color: rgb(19,255,219); }
div.DivClassName
{
background-color: #13FFDB;
}
.BgClassName
{
background-color: #13FFDB;
}
</style>
border-color css
<style>
span { border-color: #13FFDB; }
span { border-color: rgb(19,255,219); }
td.TdClassName
{
border-color: #13FFDB;
}
.TagClassName
{
border-color: #13FFDB;
}
</style>