Shades of Bright Turquoise #15DBCB
Tints of Bright Turquoise #15DBCB
RGB
CMYK
RGB Variations
Color information
#15DBCB (or 0x15DBCB) is known color: Bright Turquoise. HEX triplet: 15, DB and CB. RGB value is (21,219,203). Sum of RGB (Red+Green+Blue) = 21+219+203=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBCB is #EA2434. Grayscale: #9D9D9D. Windows color (decimal): -15344693 or 13359893. OLE color: 13359893.
HSL color Cylindrical-coordinate representation of color #15DBCB: hue angle of 175.15º 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 #15DBCB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 203 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.14 |
| HSL | 175.15º | 0.83% | 0.47% | - |
| HSV(B) | 175.15º | 0.9% | 0.86% | - |
| XYZ | 36.42 | 55.13 | 65.22 | - |
| YUV | 157.97 | 153.4 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 203 | 0.90 | 0 | 0.07 | 0.14 | 175.15 | 0.83 | 0.47 |
| Hex | 15 | DB | CB | 5A | 0 | 7 | E | AF | 52 | 2F |
| Octal | 25 | 333 | 313 | 132 | 0 | 7 | 16 | 257 | 122 | 57 |
| Binary | 10101 | 11011011 | 11001011 | 1011010 | 0 | 111 | 1110 | 10101111 | 1010010 | 101111 |
Color Harmonies of #15DBCB
Complementary color
Monochromatic Colors of #15DBCB
Black with #15DBCB
Text Example
Text Example
White with #15DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBCB; }
p { color: rgb(21,219,203); }
H1.HeaderClassName
{
color: #15DBCB;
}
.AnyTagClassName
{
color: #15DBCB;
}
</style>
background-color css
<style>
a { background-color: #15DBCB; }
a { background-color: rgb(21,219,203); }
div.DivClassName
{
background-color: #15DBCB;
}
.BgClassName
{
background-color: #15DBCB;
}
</style>
border-color css
<style>
span { border-color: #15DBCB; }
span { border-color: rgb(21,219,203); }
td.TdClassName
{
border-color: #15DBCB;
}
.TagClassName
{
border-color: #15DBCB;
}
</style>