Shades of Bright Turquoise #15FCDB
Tints of Bright Turquoise #15FCDB
RGB
CMYK
RGB Variations
Color information
#15FCDB (or 0x15FCDB) is known color: Bright Turquoise. HEX triplet: 15, FC and DB. RGB value is (21,252,219). Sum of RGB (Red+Green+Blue) = 21+252+219=492 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.27% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCDB is #EA0324. Grayscale: #B3B3B3. Windows color (decimal): -15336229 or 14416917. OLE color: 14416917.
HSL color Cylindrical-coordinate representation of color #15FCDB: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCDB is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 219 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.01 |
| HSL | 171.43º | 0.97% | 0.54% | - |
| HSV(B) | 171.43º | 0.92% | 0.99% | - |
| XYZ | 47.91 | 74.89 | 78.95 | - |
| YUV | 179.17 | 150.47 | 15.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 219 | 0.92 | 0 | 0.13 | 0.01 | 171.43 | 0.97 | 0.54 |
| Hex | 15 | FC | DB | 5C | 0 | D | 1 | AB | 61 | 36 |
| Octal | 25 | 374 | 333 | 134 | 0 | 15 | 1 | 253 | 141 | 66 |
| Binary | 10101 | 11111100 | 11011011 | 1011100 | 0 | 1101 | 1 | 10101011 | 1100001 | 110110 |
Color Harmonies of #15FCDB
Complementary color
Monochromatic Colors of #15FCDB
Black with #15FCDB
Text Example
Text Example
White with #15FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCDB; }
p { color: rgb(21,252,219); }
H1.HeaderClassName
{
color: #15FCDB;
}
.AnyTagClassName
{
color: #15FCDB;
}
</style>
background-color css
<style>
a { background-color: #15FCDB; }
a { background-color: rgb(21,252,219); }
div.DivClassName
{
background-color: #15FCDB;
}
.BgClassName
{
background-color: #15FCDB;
}
</style>
border-color css
<style>
span { border-color: #15FCDB; }
span { border-color: rgb(21,252,219); }
td.TdClassName
{
border-color: #15FCDB;
}
.TagClassName
{
border-color: #15FCDB;
}
</style>