Shades of Bright Turquoise #15DFD0
Tints of Bright Turquoise #15DFD0
RGB
CMYK
RGB Variations
Color information
#15DFD0 (or 0x15DFD0) is known color: Bright Turquoise. HEX triplet: 15, DF and D0. RGB value is (21,223,208). Sum of RGB (Red+Green+Blue) = 21+223+208=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFD0 is #EA202F. Grayscale: #A0A0A0. Windows color (decimal): -15343664 or 13688597. OLE color: 13688597.
HSL color Cylindrical-coordinate representation of color #15DFD0: hue angle of 175.54º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFD0 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 208 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.13 |
| HSL | 175.54º | 0.83% | 0.48% | - |
| HSV(B) | 175.54º | 0.91% | 0.87% | - |
| XYZ | 38.08 | 57.49 | 68.76 | - |
| YUV | 160.89 | 154.58 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 208 | 0.91 | 0 | 0.07 | 0.13 | 175.54 | 0.83 | 0.48 |
| Hex | 15 | DF | D0 | 5B | 0 | 7 | D | B0 | 53 | 30 |
| Octal | 25 | 337 | 320 | 133 | 0 | 7 | 15 | 260 | 123 | 60 |
| Binary | 10101 | 11011111 | 11010000 | 1011011 | 0 | 111 | 1101 | 10110000 | 1010011 | 110000 |
Color Harmonies of #15DFD0
Complementary color
Monochromatic Colors of #15DFD0
Black with #15DFD0
Text Example
Text Example
White with #15DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFD0; }
p { color: rgb(21,223,208); }
H1.HeaderClassName
{
color: #15DFD0;
}
.AnyTagClassName
{
color: #15DFD0;
}
</style>
background-color css
<style>
a { background-color: #15DFD0; }
a { background-color: rgb(21,223,208); }
div.DivClassName
{
background-color: #15DFD0;
}
.BgClassName
{
background-color: #15DFD0;
}
</style>
border-color css
<style>
span { border-color: #15DFD0; }
span { border-color: rgb(21,223,208); }
td.TdClassName
{
border-color: #15DFD0;
}
.TagClassName
{
border-color: #15DFD0;
}
</style>