Shades of Bright Turquoise #15DDE6
Tints of Bright Turquoise #15DDE6
RGB
CMYK
RGB Variations
Color information
#15DDE6 (or 0x15DDE6) is known color: Bright Turquoise. HEX triplet: 15, DD and E6. RGB value is (21,221,230). Sum of RGB (Red+Green+Blue) = 21+221+230=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #15DDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DDE6 is #EA2219. Grayscale: #A1A1A1. Windows color (decimal): -15344154 or 15129877. OLE color: 15129877.
HSL color Cylindrical-coordinate representation of color #15DDE6: hue angle of 182.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DDE6 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 221 | 230 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.10 |
| HSL | 182.58º | 0.83% | 0.49% | - |
| HSV(B) | 182.58º | 0.91% | 0.9% | - |
| XYZ | 40.45 | 57.59 | 83.85 | - |
| YUV | 162.23 | 166.24 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 230 | 0.91 | 0.04 | 0 | 0.10 | 182.58 | 0.83 | 0.49 |
| Hex | 15 | DD | E6 | 5B | 4 | 0 | A | B7 | 53 | 31 |
| Octal | 25 | 335 | 346 | 133 | 4 | 0 | 12 | 267 | 123 | 61 |
| Binary | 10101 | 11011101 | 11100110 | 1011011 | 100 | 0 | 1010 | 10110111 | 1010011 | 110001 |
Color Harmonies of #15DDE6
Complementary color
Monochromatic Colors of #15DDE6
Black with #15DDE6
Text Example
Text Example
White with #15DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDE6; }
p { color: rgb(21,221,230); }
H1.HeaderClassName
{
color: #15DDE6;
}
.AnyTagClassName
{
color: #15DDE6;
}
</style>
background-color css
<style>
a { background-color: #15DDE6; }
a { background-color: rgb(21,221,230); }
div.DivClassName
{
background-color: #15DDE6;
}
.BgClassName
{
background-color: #15DDE6;
}
</style>
border-color css
<style>
span { border-color: #15DDE6; }
span { border-color: rgb(21,221,230); }
td.TdClassName
{
border-color: #15DDE6;
}
.TagClassName
{
border-color: #15DDE6;
}
</style>