Shades of Bright Turquoise #15DCF8
Tints of Bright Turquoise #15DCF8
RGB
CMYK
RGB Variations
Color information
#15DCF8 (or 0x15DCF8) is known color: Bright Turquoise. HEX triplet: 15, DC and F8. RGB value is (21,220,248). Sum of RGB (Red+Green+Blue) = 21+220+248=489 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #15DCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCF8 is #EA2307. Grayscale: #A3A3A3. Windows color (decimal): -15344392 or 16309269. OLE color: 16309269.
HSL color Cylindrical-coordinate representation of color #15DCF8: hue angle of 187.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DCF8 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 220 | 248 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.03 |
| HSL | 187.4º | 0.94% | 0.53% | - |
| HSV(B) | 187.4º | 0.92% | 0.97% | - |
| XYZ | 42.85 | 58.12 | 97.77 | - |
| YUV | 163.69 | 175.57 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 248 | 0.92 | 0.11 | 0 | 0.03 | 187.4 | 0.94 | 0.53 |
| Hex | 15 | DC | F8 | 5C | B | 0 | 3 | BB | 5E | 35 |
| Octal | 25 | 334 | 370 | 134 | 13 | 0 | 3 | 273 | 136 | 65 |
| Binary | 10101 | 11011100 | 11111000 | 1011100 | 1011 | 0 | 11 | 10111011 | 1011110 | 110101 |
Color Harmonies of #15DCF8
Complementary color
Monochromatic Colors of #15DCF8
Black with #15DCF8
Text Example
Text Example
White with #15DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCF8; }
p { color: rgb(21,220,248); }
H1.HeaderClassName
{
color: #15DCF8;
}
.AnyTagClassName
{
color: #15DCF8;
}
</style>
background-color css
<style>
a { background-color: #15DCF8; }
a { background-color: rgb(21,220,248); }
div.DivClassName
{
background-color: #15DCF8;
}
.BgClassName
{
background-color: #15DCF8;
}
</style>
border-color css
<style>
span { border-color: #15DCF8; }
span { border-color: rgb(21,220,248); }
td.TdClassName
{
border-color: #15DCF8;
}
.TagClassName
{
border-color: #15DCF8;
}
</style>