Shades of Bright Turquoise #15DFF9
Tints of Bright Turquoise #15DFF9
RGB
CMYK
RGB Variations
Color information
#15DFF9 (or 0x15DFF9) is known color: Bright Turquoise. HEX triplet: 15, DF and F9. RGB value is (21,223,249). Sum of RGB (Red+Green+Blue) = 21+223+249=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #15DFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFF9 is #EA2006. Grayscale: #A5A5A5. Windows color (decimal): -15343623 or 16375573. OLE color: 16375573.
HSL color Cylindrical-coordinate representation of color #15DFF9: hue angle of 186.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DFF9 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 223 | 249 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.02 |
| HSL | 186.84º | 0.95% | 0.53% | - |
| HSV(B) | 186.84º | 0.92% | 0.98% | - |
| XYZ | 43.8 | 59.77 | 98.85 | - |
| YUV | 165.57 | 175.08 | 24.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 249 | 0.92 | 0.10 | 0 | 0.02 | 186.84 | 0.95 | 0.53 |
| Hex | 15 | DF | F9 | 5C | A | 0 | 2 | BB | 5F | 35 |
| Octal | 25 | 337 | 371 | 134 | 12 | 0 | 2 | 273 | 137 | 65 |
| Binary | 10101 | 11011111 | 11111001 | 1011100 | 1010 | 0 | 10 | 10111011 | 1011111 | 110101 |
Color Harmonies of #15DFF9
Complementary color
Monochromatic Colors of #15DFF9
Black with #15DFF9
Text Example
Text Example
White with #15DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFF9; }
p { color: rgb(21,223,249); }
H1.HeaderClassName
{
color: #15DFF9;
}
.AnyTagClassName
{
color: #15DFF9;
}
</style>
background-color css
<style>
a { background-color: #15DFF9; }
a { background-color: rgb(21,223,249); }
div.DivClassName
{
background-color: #15DFF9;
}
.BgClassName
{
background-color: #15DFF9;
}
</style>
border-color css
<style>
span { border-color: #15DFF9; }
span { border-color: rgb(21,223,249); }
td.TdClassName
{
border-color: #15DFF9;
}
.TagClassName
{
border-color: #15DFF9;
}
</style>