Shades of Bright Turquoise #15DBE1
Tints of Bright Turquoise #15DBE1
RGB
CMYK
RGB Variations
Color information
#15DBE1 (or 0x15DBE1) is known color: Bright Turquoise. HEX triplet: 15, DB and E1. RGB value is (21,219,225). Sum of RGB (Red+Green+Blue) = 21+219+225=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #15DBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBE1 is #EA241E. Grayscale: #A0A0A0. Windows color (decimal): -15344671 or 14801685. OLE color: 14801685.
HSL color Cylindrical-coordinate representation of color #15DBE1: hue angle of 181.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DBE1 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 219 | 225 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.12 |
| HSL | 181.76º | 0.83% | 0.48% | - |
| HSV(B) | 181.76º | 0.91% | 0.88% | - |
| XYZ | 39.23 | 56.26 | 80.03 | - |
| YUV | 160.48 | 164.4 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 225 | 0.91 | 0.03 | 0 | 0.12 | 181.76 | 0.83 | 0.48 |
| Hex | 15 | DB | E1 | 5B | 3 | 0 | C | B6 | 53 | 30 |
| Octal | 25 | 333 | 341 | 133 | 3 | 0 | 14 | 266 | 123 | 60 |
| Binary | 10101 | 11011011 | 11100001 | 1011011 | 11 | 0 | 1100 | 10110110 | 1010011 | 110000 |
Color Harmonies of #15DBE1
Complementary color
Monochromatic Colors of #15DBE1
Black with #15DBE1
Text Example
Text Example
White with #15DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBE1; }
p { color: rgb(21,219,225); }
H1.HeaderClassName
{
color: #15DBE1;
}
.AnyTagClassName
{
color: #15DBE1;
}
</style>
background-color css
<style>
a { background-color: #15DBE1; }
a { background-color: rgb(21,219,225); }
div.DivClassName
{
background-color: #15DBE1;
}
.BgClassName
{
background-color: #15DBE1;
}
</style>
border-color css
<style>
span { border-color: #15DBE1; }
span { border-color: rgb(21,219,225); }
td.TdClassName
{
border-color: #15DBE1;
}
.TagClassName
{
border-color: #15DBE1;
}
</style>