Shades of Bright Turquoise #15FFDB
Tints of Bright Turquoise #15FFDB
RGB
CMYK
RGB Variations
Color information
#15FFDB (or 0x15FFDB) is known color: Bright Turquoise. HEX triplet: 15, FF and DB. RGB value is (21,255,219). Sum of RGB (Red+Green+Blue) = 21+255+219=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFDB is #EA0024. Grayscale: #B4B4B4. Windows color (decimal): -15335461 or 14417685. OLE color: 14417685.
HSL color Cylindrical-coordinate representation of color #15FFDB: hue angle of 170.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFDB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 219 | - |
| CMYK | 0.92 | 0 | 0.14 | 0 |
| HSL | 170.77º | 1% | 0.54% | - |
| HSV(B) | 170.77º | 0.92% | 1% | - |
| XYZ | 48.86 | 76.79 | 79.27 | - |
| YUV | 180.93 | 149.48 | 13.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 219 | 0.92 | 0 | 0.14 | 0 | 170.77 | 1 | 0.54 |
| Hex | 15 | FF | DB | 5C | 0 | E | 0 | AB | 64 | 36 |
| Octal | 25 | 377 | 333 | 134 | 0 | 16 | 0 | 253 | 144 | 66 |
| Binary | 10101 | 11111111 | 11011011 | 1011100 | 0 | 1110 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #15FFDB
Complementary color
Monochromatic Colors of #15FFDB
Black with #15FFDB
Text Example
Text Example
White with #15FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFDB; }
p { color: rgb(21,255,219); }
H1.HeaderClassName
{
color: #15FFDB;
}
.AnyTagClassName
{
color: #15FFDB;
}
</style>
background-color css
<style>
a { background-color: #15FFDB; }
a { background-color: rgb(21,255,219); }
div.DivClassName
{
background-color: #15FFDB;
}
.BgClassName
{
background-color: #15FFDB;
}
</style>
border-color css
<style>
span { border-color: #15FFDB; }
span { border-color: rgb(21,255,219); }
td.TdClassName
{
border-color: #15FFDB;
}
.TagClassName
{
border-color: #15FFDB;
}
</style>