Shades of Bright Turquoise #15DBDF
Tints of Bright Turquoise #15DBDF
RGB
CMYK
RGB Variations
Color information
#15DBDF (or 0x15DBDF) is known color: Bright Turquoise. HEX triplet: 15, DB and DF. RGB value is (21,219,223). Sum of RGB (Red+Green+Blue) = 21+219+223=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #15DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBDF is #EA2420. Grayscale: #A0A0A0. Windows color (decimal): -15344673 or 14670613. OLE color: 14670613.
HSL color Cylindrical-coordinate representation of color #15DBDF: hue angle of 181.19º 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 #15DBDF is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 219 | 223 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.13 |
| HSL | 181.19º | 0.83% | 0.48% | - |
| HSV(B) | 181.19º | 0.91% | 0.87% | - |
| XYZ | 38.96 | 56.15 | 78.6 | - |
| YUV | 160.25 | 163.4 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 223 | 0.91 | 0.02 | 0 | 0.13 | 181.19 | 0.83 | 0.48 |
| Hex | 15 | DB | DF | 5B | 2 | 0 | D | B5 | 53 | 30 |
| Octal | 25 | 333 | 337 | 133 | 2 | 0 | 15 | 265 | 123 | 60 |
| Binary | 10101 | 11011011 | 11011111 | 1011011 | 10 | 0 | 1101 | 10110101 | 1010011 | 110000 |
Color Harmonies of #15DBDF
Complementary color
Monochromatic Colors of #15DBDF
Black with #15DBDF
Text Example
Text Example
White with #15DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBDF; }
p { color: rgb(21,219,223); }
H1.HeaderClassName
{
color: #15DBDF;
}
.AnyTagClassName
{
color: #15DBDF;
}
</style>
background-color css
<style>
a { background-color: #15DBDF; }
a { background-color: rgb(21,219,223); }
div.DivClassName
{
background-color: #15DBDF;
}
.BgClassName
{
background-color: #15DBDF;
}
</style>
border-color css
<style>
span { border-color: #15DBDF; }
span { border-color: rgb(21,219,223); }
td.TdClassName
{
border-color: #15DBDF;
}
.TagClassName
{
border-color: #15DBDF;
}
</style>