Shades of Bright Turquoise #15DCF7
Tints of Bright Turquoise #15DCF7
RGB
CMYK
RGB Variations
Color information
#15DCF7 (or 0x15DCF7) is known color: Bright Turquoise. HEX triplet: 15, DC and F7. RGB value is (21,220,247). Sum of RGB (Red+Green+Blue) = 21+220+247=488 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.30% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #15DCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCF7 is #EA2308. Grayscale: #A3A3A3. Windows color (decimal): -15344393 or 16243733. OLE color: 16243733.
HSL color Cylindrical-coordinate representation of color #15DCF7: hue angle of 187.17º 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 #15DCF7 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 220 | 247 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.03 |
| HSL | 187.17º | 0.93% | 0.53% | - |
| HSV(B) | 187.17º | 0.91% | 0.97% | - |
| XYZ | 42.69 | 58.06 | 96.95 | - |
| YUV | 163.58 | 175.07 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 247 | 0.91 | 0.11 | 0 | 0.03 | 187.17 | 0.93 | 0.53 |
| Hex | 15 | DC | F7 | 5B | B | 0 | 3 | BB | 5D | 35 |
| Octal | 25 | 334 | 367 | 133 | 13 | 0 | 3 | 273 | 135 | 65 |
| Binary | 10101 | 11011100 | 11110111 | 1011011 | 1011 | 0 | 11 | 10111011 | 1011101 | 110101 |
Color Harmonies of #15DCF7
Complementary color
Monochromatic Colors of #15DCF7
Black with #15DCF7
Text Example
Text Example
White with #15DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCF7; }
p { color: rgb(21,220,247); }
H1.HeaderClassName
{
color: #15DCF7;
}
.AnyTagClassName
{
color: #15DCF7;
}
</style>
background-color css
<style>
a { background-color: #15DCF7; }
a { background-color: rgb(21,220,247); }
div.DivClassName
{
background-color: #15DCF7;
}
.BgClassName
{
background-color: #15DCF7;
}
</style>
border-color css
<style>
span { border-color: #15DCF7; }
span { border-color: rgb(21,220,247); }
td.TdClassName
{
border-color: #15DCF7;
}
.TagClassName
{
border-color: #15DCF7;
}
</style>