Shades of Bright Turquoise #15FADB
Tints of Bright Turquoise #15FADB
RGB
CMYK
RGB Variations
Color information
#15FADB (or 0x15FADB) is known color: Bright Turquoise. HEX triplet: 15, FA and DB. RGB value is (21,250,219). Sum of RGB (Red+Green+Blue) = 21+250+219=490 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #15FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FADB is #EA0524. Grayscale: #B1B1B1. Windows color (decimal): -15336741 or 14416405. OLE color: 14416405.
HSL color Cylindrical-coordinate representation of color #15FADB: hue angle of 171.88º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FADB is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 219 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.02 |
| HSL | 171.88º | 0.96% | 0.53% | - |
| HSV(B) | 171.88º | 0.92% | 0.98% | - |
| XYZ | 47.28 | 73.65 | 78.74 | - |
| YUV | 178 | 151.13 | 16.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 219 | 0.92 | 0 | 0.12 | 0.02 | 171.88 | 0.96 | 0.53 |
| Hex | 15 | FA | DB | 5C | 0 | C | 2 | AC | 60 | 35 |
| Octal | 25 | 372 | 333 | 134 | 0 | 14 | 2 | 254 | 140 | 65 |
| Binary | 10101 | 11111010 | 11011011 | 1011100 | 0 | 1100 | 10 | 10101100 | 1100000 | 110101 |
Color Harmonies of #15FADB
Complementary color
Monochromatic Colors of #15FADB
Black with #15FADB
Text Example
Text Example
White with #15FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FADB; }
p { color: rgb(21,250,219); }
H1.HeaderClassName
{
color: #15FADB;
}
.AnyTagClassName
{
color: #15FADB;
}
</style>
background-color css
<style>
a { background-color: #15FADB; }
a { background-color: rgb(21,250,219); }
div.DivClassName
{
background-color: #15FADB;
}
.BgClassName
{
background-color: #15FADB;
}
</style>
border-color css
<style>
span { border-color: #15FADB; }
span { border-color: rgb(21,250,219); }
td.TdClassName
{
border-color: #15FADB;
}
.TagClassName
{
border-color: #15FADB;
}
</style>