Shades of Bright Turquoise #15DCED
Tints of Bright Turquoise #15DCED
RGB
CMYK
RGB Variations
Color information
#15DCED (or 0x15DCED) is known color: Bright Turquoise. HEX triplet: 15, DC and ED. RGB value is (21,220,237). Sum of RGB (Red+Green+Blue) = 21+220+237=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #15DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCED is #EA2312. Grayscale: #A2A2A2. Windows color (decimal): -15344403 or 15588373. OLE color: 15588373.
HSL color Cylindrical-coordinate representation of color #15DCED: hue angle of 184.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DCED is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 220 | 237 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.07 |
| HSL | 184.72º | 0.86% | 0.51% | - |
| HSV(B) | 184.72º | 0.91% | 0.93% | - |
| XYZ | 41.19 | 57.46 | 89.04 | - |
| YUV | 162.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 237 | 0.91 | 0.07 | 0 | 0.07 | 184.72 | 0.86 | 0.51 |
| Hex | 15 | DC | ED | 5B | 7 | 0 | 7 | B9 | 56 | 33 |
| Octal | 25 | 334 | 355 | 133 | 7 | 0 | 7 | 271 | 126 | 63 |
| Binary | 10101 | 11011100 | 11101101 | 1011011 | 111 | 0 | 111 | 10111001 | 1010110 | 110011 |
Color Harmonies of #15DCED
Complementary color
Monochromatic Colors of #15DCED
Black with #15DCED
Text Example
Text Example
White with #15DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCED; }
p { color: rgb(21,220,237); }
H1.HeaderClassName
{
color: #15DCED;
}
.AnyTagClassName
{
color: #15DCED;
}
</style>
background-color css
<style>
a { background-color: #15DCED; }
a { background-color: rgb(21,220,237); }
div.DivClassName
{
background-color: #15DCED;
}
.BgClassName
{
background-color: #15DCED;
}
</style>
border-color css
<style>
span { border-color: #15DCED; }
span { border-color: rgb(21,220,237); }
td.TdClassName
{
border-color: #15DCED;
}
.TagClassName
{
border-color: #15DCED;
}
</style>