Shades of Bright Turquoise #15DFDB
Tints of Bright Turquoise #15DFDB
RGB
CMYK
RGB Variations
Color information
#15DFDB (or 0x15DFDB) is known color: Bright Turquoise. HEX triplet: 15, DF and DB. RGB value is (21,223,219). Sum of RGB (Red+Green+Blue) = 21+223+219=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFDB is #EA2024. Grayscale: #A1A1A1. Windows color (decimal): -15343653 or 14409493. OLE color: 14409493.
HSL color Cylindrical-coordinate representation of color #15DFDB: hue angle of 178.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFDB is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 219 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.13 |
| HSL | 178.81º | 0.83% | 0.48% | - |
| HSV(B) | 178.81º | 0.91% | 0.87% | - |
| XYZ | 39.48 | 58.05 | 76.14 | - |
| YUV | 162.15 | 160.08 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 219 | 0.91 | 0 | 0.02 | 0.13 | 178.81 | 0.83 | 0.48 |
| Hex | 15 | DF | DB | 5B | 0 | 2 | D | B3 | 53 | 30 |
| Octal | 25 | 337 | 333 | 133 | 0 | 2 | 15 | 263 | 123 | 60 |
| Binary | 10101 | 11011111 | 11011011 | 1011011 | 0 | 10 | 1101 | 10110011 | 1010011 | 110000 |
Color Harmonies of #15DFDB
Complementary color
Monochromatic Colors of #15DFDB
Black with #15DFDB
Text Example
Text Example
White with #15DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFDB; }
p { color: rgb(21,223,219); }
H1.HeaderClassName
{
color: #15DFDB;
}
.AnyTagClassName
{
color: #15DFDB;
}
</style>
background-color css
<style>
a { background-color: #15DFDB; }
a { background-color: rgb(21,223,219); }
div.DivClassName
{
background-color: #15DFDB;
}
.BgClassName
{
background-color: #15DFDB;
}
</style>
border-color css
<style>
span { border-color: #15DFDB; }
span { border-color: rgb(21,223,219); }
td.TdClassName
{
border-color: #15DFDB;
}
.TagClassName
{
border-color: #15DFDB;
}
</style>