Shades of Bright Turquoise #15FFDF
Tints of Bright Turquoise #15FFDF
RGB
CMYK
RGB Variations
Color information
#15FFDF (or 0x15FFDF) is known color: Bright Turquoise. HEX triplet: 15, FF and DF. RGB value is (21,255,223). Sum of RGB (Red+Green+Blue) = 21+255+223=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFDF is #EA0020. Grayscale: #B5B5B5. Windows color (decimal): -15335457 or 14679829. OLE color: 14679829.
HSL color Cylindrical-coordinate representation of color #15FFDF: hue angle of 171.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFDF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 223 | - |
| CMYK | 0.92 | 0 | 0.13 | 0 |
| HSL | 171.79º | 1% | 0.54% | - |
| HSV(B) | 171.79º | 0.92% | 1% | - |
| XYZ | 49.39 | 77.01 | 82.07 | - |
| YUV | 181.39 | 151.48 | 13.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 223 | 0.92 | 0 | 0.13 | 0 | 171.79 | 1 | 0.54 |
| Hex | 15 | FF | DF | 5C | 0 | D | 0 | AC | 64 | 36 |
| Octal | 25 | 377 | 337 | 134 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10101 | 11111111 | 11011111 | 1011100 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #15FFDF
Complementary color
Monochromatic Colors of #15FFDF
Black with #15FFDF
Text Example
Text Example
White with #15FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFDF; }
p { color: rgb(21,255,223); }
H1.HeaderClassName
{
color: #15FFDF;
}
.AnyTagClassName
{
color: #15FFDF;
}
</style>
background-color css
<style>
a { background-color: #15FFDF; }
a { background-color: rgb(21,255,223); }
div.DivClassName
{
background-color: #15FFDF;
}
.BgClassName
{
background-color: #15FFDF;
}
</style>
border-color css
<style>
span { border-color: #15FFDF; }
span { border-color: rgb(21,255,223); }
td.TdClassName
{
border-color: #15FFDF;
}
.TagClassName
{
border-color: #15FFDF;
}
</style>