Shades of Bright Turquoise #13FDDB
Tints of Bright Turquoise #13FDDB
RGB
CMYK
RGB Variations
Color information
#13FDDB (or 0x13FDDB) is known color: Bright Turquoise. HEX triplet: 13, FD and DB. RGB value is (19,253,219). Sum of RGB (Red+Green+Blue) = 19+253+219=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FDDB is #EC0224. Grayscale: #B3B3B3. Windows color (decimal): -15467045 or 14417171. OLE color: 14417171.
HSL color Cylindrical-coordinate representation of color #13FDDB: hue angle of 171.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FDDB is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 253 | 219 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.01 |
| HSL | 171.28º | 0.98% | 0.53% | - |
| HSV(B) | 171.28º | 0.92% | 0.99% | - |
| XYZ | 48.18 | 75.5 | 79.05 | - |
| YUV | 179.16 | 150.48 | 13.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 219 | 0.92 | 0 | 0.13 | 0.01 | 171.28 | 0.98 | 0.53 |
| Hex | 13 | FD | DB | 5C | 0 | D | 1 | AB | 62 | 35 |
| Octal | 23 | 375 | 333 | 134 | 0 | 15 | 1 | 253 | 142 | 65 |
| Binary | 10011 | 11111101 | 11011011 | 1011100 | 0 | 1101 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #13FDDB
Complementary color
Monochromatic Colors of #13FDDB
Black with #13FDDB
Text Example
Text Example
White with #13FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDDB; }
p { color: rgb(19,253,219); }
H1.HeaderClassName
{
color: #13FDDB;
}
.AnyTagClassName
{
color: #13FDDB;
}
</style>
background-color css
<style>
a { background-color: #13FDDB; }
a { background-color: rgb(19,253,219); }
div.DivClassName
{
background-color: #13FDDB;
}
.BgClassName
{
background-color: #13FDDB;
}
</style>
border-color css
<style>
span { border-color: #13FDDB; }
span { border-color: rgb(19,253,219); }
td.TdClassName
{
border-color: #13FDDB;
}
.TagClassName
{
border-color: #13FDDB;
}
</style>