Shades of Bright Turquoise #15D1EB
Tints of Bright Turquoise #15D1EB
RGB
CMYK
RGB Variations
Color information
#15D1EB (or 0x15D1EB) is known color: Bright Turquoise. HEX triplet: 15, D1 and EB. RGB value is (21,209,235). Sum of RGB (Red+Green+Blue) = 21+209+235=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #15D1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D1EB is #EA2E14. Grayscale: #9B9B9B. Windows color (decimal): -15347221 or 15454485. OLE color: 15454485.
HSL color Cylindrical-coordinate representation of color #15D1EB: hue angle of 187.29º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D1EB is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 209 | 235 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.08 |
| HSL | 187.29º | 0.84% | 0.5% | - |
| HSV(B) | 187.29º | 0.91% | 0.92% | - |
| XYZ | 38.11 | 51.76 | 86.58 | - |
| YUV | 155.75 | 172.72 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 209 | 235 | 0.91 | 0.11 | 0 | 0.08 | 187.29 | 0.84 | 0.5 |
| Hex | 15 | D1 | EB | 5B | B | 0 | 8 | BB | 54 | 32 |
| Octal | 25 | 321 | 353 | 133 | 13 | 0 | 10 | 273 | 124 | 62 |
| Binary | 10101 | 11010001 | 11101011 | 1011011 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110010 |
Color Harmonies of #15D1EB
Complementary color
Monochromatic Colors of #15D1EB
Black with #15D1EB
Text Example
Text Example
White with #15D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D1EB; }
p { color: rgb(21,209,235); }
H1.HeaderClassName
{
color: #15D1EB;
}
.AnyTagClassName
{
color: #15D1EB;
}
</style>
background-color css
<style>
a { background-color: #15D1EB; }
a { background-color: rgb(21,209,235); }
div.DivClassName
{
background-color: #15D1EB;
}
.BgClassName
{
background-color: #15D1EB;
}
</style>
border-color css
<style>
span { border-color: #15D1EB; }
span { border-color: rgb(21,209,235); }
td.TdClassName
{
border-color: #15D1EB;
}
.TagClassName
{
border-color: #15D1EB;
}
</style>