Shades of Bright Turquoise #15DBF7
Tints of Bright Turquoise #15DBF7
RGB
CMYK
RGB Variations
Color information
#15DBF7 (or 0x15DBF7) is known color: Bright Turquoise. HEX triplet: 15, DB and F7. RGB value is (21,219,247). Sum of RGB (Red+Green+Blue) = 21+219+247=487 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.31% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #15DBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBF7 is #EA2408. Grayscale: #A2A2A2. Windows color (decimal): -15344649 or 16243477. OLE color: 16243477.
HSL color Cylindrical-coordinate representation of color #15DBF7: hue angle of 187.43º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DBF7 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 219 | 247 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.03 |
| HSL | 187.43º | 0.93% | 0.53% | - |
| HSV(B) | 187.43º | 0.91% | 0.97% | - |
| XYZ | 42.43 | 57.54 | 96.87 | - |
| YUV | 162.99 | 175.4 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 247 | 0.91 | 0.11 | 0 | 0.03 | 187.43 | 0.93 | 0.53 |
| Hex | 15 | DB | F7 | 5B | B | 0 | 3 | BB | 5D | 35 |
| Octal | 25 | 333 | 367 | 133 | 13 | 0 | 3 | 273 | 135 | 65 |
| Binary | 10101 | 11011011 | 11110111 | 1011011 | 1011 | 0 | 11 | 10111011 | 1011101 | 110101 |
Color Harmonies of #15DBF7
Complementary color
Monochromatic Colors of #15DBF7
Black with #15DBF7
Text Example
Text Example
White with #15DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBF7; }
p { color: rgb(21,219,247); }
H1.HeaderClassName
{
color: #15DBF7;
}
.AnyTagClassName
{
color: #15DBF7;
}
</style>
background-color css
<style>
a { background-color: #15DBF7; }
a { background-color: rgb(21,219,247); }
div.DivClassName
{
background-color: #15DBF7;
}
.BgClassName
{
background-color: #15DBF7;
}
</style>
border-color css
<style>
span { border-color: #15DBF7; }
span { border-color: rgb(21,219,247); }
td.TdClassName
{
border-color: #15DBF7;
}
.TagClassName
{
border-color: #15DBF7;
}
</style>