Shades of Bright Turquoise #15DFD4
Tints of Bright Turquoise #15DFD4
RGB
CMYK
RGB Variations
Color information
#15DFD4 (or 0x15DFD4) is known color: Bright Turquoise. HEX triplet: 15, DF and D4. RGB value is (21,223,212). Sum of RGB (Red+Green+Blue) = 21+223+212=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFD4 is #EA202B. Grayscale: #A1A1A1. Windows color (decimal): -15343660 or 13950741. OLE color: 13950741.
HSL color Cylindrical-coordinate representation of color #15DFD4: hue angle of 176.73º 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 #15DFD4 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 212 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.13 |
| HSL | 176.73º | 0.83% | 0.48% | - |
| HSV(B) | 176.73º | 0.91% | 0.87% | - |
| XYZ | 38.58 | 57.69 | 71.39 | - |
| YUV | 161.35 | 156.58 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 212 | 0.91 | 0 | 0.05 | 0.13 | 176.73 | 0.83 | 0.48 |
| Hex | 15 | DF | D4 | 5B | 0 | 5 | D | B1 | 53 | 30 |
| Octal | 25 | 337 | 324 | 133 | 0 | 5 | 15 | 261 | 123 | 60 |
| Binary | 10101 | 11011111 | 11010100 | 1011011 | 0 | 101 | 1101 | 10110001 | 1010011 | 110000 |
Color Harmonies of #15DFD4
Complementary color
Monochromatic Colors of #15DFD4
Black with #15DFD4
Text Example
Text Example
White with #15DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFD4; }
p { color: rgb(21,223,212); }
H1.HeaderClassName
{
color: #15DFD4;
}
.AnyTagClassName
{
color: #15DFD4;
}
</style>
background-color css
<style>
a { background-color: #15DFD4; }
a { background-color: rgb(21,223,212); }
div.DivClassName
{
background-color: #15DFD4;
}
.BgClassName
{
background-color: #15DFD4;
}
</style>
border-color css
<style>
span { border-color: #15DFD4; }
span { border-color: rgb(21,223,212); }
td.TdClassName
{
border-color: #15DFD4;
}
.TagClassName
{
border-color: #15DFD4;
}
</style>