Shades of Bright Turquoise #15DFE2
Tints of Bright Turquoise #15DFE2
RGB
CMYK
RGB Variations
Color information
#15DFE2 (or 0x15DFE2) is known color: Bright Turquoise. HEX triplet: 15, DF and E2. RGB value is (21,223,226). Sum of RGB (Red+Green+Blue) = 21+223+226=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #15DFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFE2 is #EA201D. Grayscale: #A2A2A2. Windows color (decimal): -15343646 or 14868245. OLE color: 14868245.
HSL color Cylindrical-coordinate representation of color #15DFE2: hue angle of 180.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFE2 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 223 | 226 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.11 |
| HSL | 180.88º | 0.83% | 0.48% | - |
| HSV(B) | 180.88º | 0.91% | 0.89% | - |
| XYZ | 40.42 | 58.43 | 81.1 | - |
| YUV | 162.94 | 163.58 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 226 | 0.91 | 0.01 | 0 | 0.11 | 180.88 | 0.83 | 0.48 |
| Hex | 15 | DF | E2 | 5B | 1 | 0 | B | B5 | 53 | 30 |
| Octal | 25 | 337 | 342 | 133 | 1 | 0 | 13 | 265 | 123 | 60 |
| Binary | 10101 | 11011111 | 11100010 | 1011011 | 1 | 0 | 1011 | 10110101 | 1010011 | 110000 |
Color Harmonies of #15DFE2
Complementary color
Monochromatic Colors of #15DFE2
Black with #15DFE2
Text Example
Text Example
White with #15DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFE2; }
p { color: rgb(21,223,226); }
H1.HeaderClassName
{
color: #15DFE2;
}
.AnyTagClassName
{
color: #15DFE2;
}
</style>
background-color css
<style>
a { background-color: #15DFE2; }
a { background-color: rgb(21,223,226); }
div.DivClassName
{
background-color: #15DFE2;
}
.BgClassName
{
background-color: #15DFE2;
}
</style>
border-color css
<style>
span { border-color: #15DFE2; }
span { border-color: rgb(21,223,226); }
td.TdClassName
{
border-color: #15DFE2;
}
.TagClassName
{
border-color: #15DFE2;
}
</style>