Shades of Bright Turquoise #15DBDB
Tints of Bright Turquoise #15DBDB
RGB
CMYK
RGB Variations
Color information
#15DBDB (or 0x15DBDB) is known color: Bright Turquoise. HEX triplet: 15, DB and DB. RGB value is (21,219,219). Sum of RGB (Red+Green+Blue) = 21+219+219=459 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.58% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #15DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBDB is #EA2424. Grayscale: #9F9F9F. Windows color (decimal): -15344677 or 14408469. OLE color: 14408469.
HSL color Cylindrical-coordinate representation of color #15DBDB: hue angle of 180º 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 #15DBDB is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 219 | - |
| CMYK | 0.90 | 0 | 0 | 0.14 |
| HSL | 180º | 0.83% | 0.47% | - |
| HSV(B) | 180º | 0.9% | 0.86% | - |
| XYZ | 38.43 | 55.94 | 75.79 | - |
| YUV | 159.8 | 161.4 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 219 | 0.90 | 0 | 0 | 0.14 | 180 | 0.83 | 0.47 |
| Hex | 15 | DB | DB | 5A | 0 | 0 | E | B4 | 52 | 2F |
| Octal | 25 | 333 | 333 | 132 | 0 | 0 | 16 | 264 | 122 | 57 |
| Binary | 10101 | 11011011 | 11011011 | 1011010 | 0 | 0 | 1110 | 10110100 | 1010010 | 101111 |
Color Harmonies of #15DBDB
Complementary color
Monochromatic Colors of #15DBDB
Black with #15DBDB
Text Example
Text Example
White with #15DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBDB; }
p { color: rgb(21,219,219); }
H1.HeaderClassName
{
color: #15DBDB;
}
.AnyTagClassName
{
color: #15DBDB;
}
</style>
background-color css
<style>
a { background-color: #15DBDB; }
a { background-color: rgb(21,219,219); }
div.DivClassName
{
background-color: #15DBDB;
}
.BgClassName
{
background-color: #15DBDB;
}
</style>
border-color css
<style>
span { border-color: #15DBDB; }
span { border-color: rgb(21,219,219); }
td.TdClassName
{
border-color: #15DBDB;
}
.TagClassName
{
border-color: #15DBDB;
}
</style>