Shades of Bright Turquoise #15DFC5
Tints of Bright Turquoise #15DFC5
RGB
CMYK
RGB Variations
Color information
#15DFC5 (or 0x15DFC5) is known color: Bright Turquoise. HEX triplet: 15, DF and C5. RGB value is (21,223,197). Sum of RGB (Red+Green+Blue) = 21+223+197=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFC5 is #EA203A. Grayscale: #9F9F9F. Windows color (decimal): -15343675 or 12967701. OLE color: 12967701.
HSL color Cylindrical-coordinate representation of color #15DFC5: hue angle of 172.28º 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 #15DFC5 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 197 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.13 |
| HSL | 172.28º | 0.83% | 0.48% | - |
| HSV(B) | 172.28º | 0.91% | 0.87% | - |
| XYZ | 36.77 | 56.97 | 61.88 | - |
| YUV | 159.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 197 | 0.91 | 0 | 0.12 | 0.13 | 172.28 | 0.83 | 0.48 |
| Hex | 15 | DF | C5 | 5B | 0 | C | D | AC | 53 | 30 |
| Octal | 25 | 337 | 305 | 133 | 0 | 14 | 15 | 254 | 123 | 60 |
| Binary | 10101 | 11011111 | 11000101 | 1011011 | 0 | 1100 | 1101 | 10101100 | 1010011 | 110000 |
Color Harmonies of #15DFC5
Complementary color
Monochromatic Colors of #15DFC5
Black with #15DFC5
Text Example
Text Example
White with #15DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFC5; }
p { color: rgb(21,223,197); }
H1.HeaderClassName
{
color: #15DFC5;
}
.AnyTagClassName
{
color: #15DFC5;
}
</style>
background-color css
<style>
a { background-color: #15DFC5; }
a { background-color: rgb(21,223,197); }
div.DivClassName
{
background-color: #15DFC5;
}
.BgClassName
{
background-color: #15DFC5;
}
</style>
border-color css
<style>
span { border-color: #15DFC5; }
span { border-color: rgb(21,223,197); }
td.TdClassName
{
border-color: #15DFC5;
}
.TagClassName
{
border-color: #15DFC5;
}
</style>