Shades of Bright Turquoise #15DADB
Tints of Bright Turquoise #15DADB
RGB
CMYK
RGB Variations
Color information
#15DADB (or 0x15DADB) is known color: Bright Turquoise. HEX triplet: 15, DA and DB. RGB value is (21,218,219). Sum of RGB (Red+Green+Blue) = 21+218+219=458 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.59% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #15DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DADB is #EA2524. Grayscale: #9F9F9F. Windows color (decimal): -15344933 or 14408213. OLE color: 14408213.
HSL color Cylindrical-coordinate representation of color #15DADB: hue angle of 180.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DADB is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 218 | 219 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.14 |
| HSL | 180.3º | 0.83% | 0.47% | - |
| HSV(B) | 180.3º | 0.9% | 0.86% | - |
| XYZ | 38.17 | 55.42 | 75.7 | - |
| YUV | 159.21 | 161.73 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 219 | 0.90 | 0.00 | 0 | 0.14 | 180.3 | 0.83 | 0.47 |
| Hex | 15 | DA | DB | 5A | 0 | 0 | E | B4 | 52 | 2F |
| Octal | 25 | 332 | 333 | 132 | 0 | 0 | 16 | 264 | 122 | 57 |
| Binary | 10101 | 11011010 | 11011011 | 1011010 | 0 | 0 | 1110 | 10110100 | 1010010 | 101111 |
Color Harmonies of #15DADB
Complementary color
Monochromatic Colors of #15DADB
Black with #15DADB
Text Example
Text Example
White with #15DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DADB; }
p { color: rgb(21,218,219); }
H1.HeaderClassName
{
color: #15DADB;
}
.AnyTagClassName
{
color: #15DADB;
}
</style>
background-color css
<style>
a { background-color: #15DADB; }
a { background-color: rgb(21,218,219); }
div.DivClassName
{
background-color: #15DADB;
}
.BgClassName
{
background-color: #15DADB;
}
</style>
border-color css
<style>
span { border-color: #15DADB; }
span { border-color: rgb(21,218,219); }
td.TdClassName
{
border-color: #15DADB;
}
.TagClassName
{
border-color: #15DADB;
}
</style>