Shades of Bright Turquoise #15FDDB
Tints of Bright Turquoise #15FDDB
RGB
CMYK
RGB Variations
Color information
#15FDDB (or 0x15FDDB) is known color: Bright Turquoise. HEX triplet: 15, FD and DB. RGB value is (21,253,219). Sum of RGB (Red+Green+Blue) = 21+253+219=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDDB is #EA0224. Grayscale: #B3B3B3. Windows color (decimal): -15335973 or 14417173. OLE color: 14417173.
HSL color Cylindrical-coordinate representation of color #15FDDB: hue angle of 171.21º degrees, saturation: 0.98, 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 #15FDDB is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 219 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.01 |
| HSL | 171.21º | 0.98% | 0.54% | - |
| HSV(B) | 171.21º | 0.92% | 0.99% | - |
| XYZ | 48.22 | 75.52 | 79.05 | - |
| YUV | 179.76 | 150.14 | 14.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 219 | 0.92 | 0 | 0.13 | 0.01 | 171.21 | 0.98 | 0.54 |
| Hex | 15 | FD | DB | 5C | 0 | D | 1 | AB | 62 | 36 |
| Octal | 25 | 375 | 333 | 134 | 0 | 15 | 1 | 253 | 142 | 66 |
| Binary | 10101 | 11111101 | 11011011 | 1011100 | 0 | 1101 | 1 | 10101011 | 1100010 | 110110 |
Color Harmonies of #15FDDB
Complementary color
Monochromatic Colors of #15FDDB
Black with #15FDDB
Text Example
Text Example
White with #15FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDDB; }
p { color: rgb(21,253,219); }
H1.HeaderClassName
{
color: #15FDDB;
}
.AnyTagClassName
{
color: #15FDDB;
}
</style>
background-color css
<style>
a { background-color: #15FDDB; }
a { background-color: rgb(21,253,219); }
div.DivClassName
{
background-color: #15FDDB;
}
.BgClassName
{
background-color: #15FDDB;
}
</style>
border-color css
<style>
span { border-color: #15FDDB; }
span { border-color: rgb(21,253,219); }
td.TdClassName
{
border-color: #15FDDB;
}
.TagClassName
{
border-color: #15FDDB;
}
</style>