Shades of Bright Turquoise #15FADF
Tints of Bright Turquoise #15FADF
RGB
CMYK
RGB Variations
Color information
#15FADF (or 0x15FADF) is known color: Bright Turquoise. HEX triplet: 15, FA and DF. RGB value is (21,250,223). Sum of RGB (Red+Green+Blue) = 21+250+223=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #15FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FADF is #EA0520. Grayscale: #B2B2B2. Windows color (decimal): -15336737 or 14678549. OLE color: 14678549.
HSL color Cylindrical-coordinate representation of color #15FADF: hue angle of 172.93º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FADF is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 223 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.02 |
| HSL | 172.93º | 0.96% | 0.53% | - |
| HSV(B) | 172.93º | 0.92% | 0.98% | - |
| XYZ | 47.81 | 73.86 | 81.55 | - |
| YUV | 178.45 | 153.13 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 223 | 0.92 | 0 | 0.11 | 0.02 | 172.93 | 0.96 | 0.53 |
| Hex | 15 | FA | DF | 5C | 0 | B | 2 | AD | 60 | 35 |
| Octal | 25 | 372 | 337 | 134 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10101 | 11111010 | 11011111 | 1011100 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #15FADF
Complementary color
Monochromatic Colors of #15FADF
Black with #15FADF
Text Example
Text Example
White with #15FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FADF; }
p { color: rgb(21,250,223); }
H1.HeaderClassName
{
color: #15FADF;
}
.AnyTagClassName
{
color: #15FADF;
}
</style>
background-color css
<style>
a { background-color: #15FADF; }
a { background-color: rgb(21,250,223); }
div.DivClassName
{
background-color: #15FADF;
}
.BgClassName
{
background-color: #15FADF;
}
</style>
border-color css
<style>
span { border-color: #15FADF; }
span { border-color: rgb(21,250,223); }
td.TdClassName
{
border-color: #15FADF;
}
.TagClassName
{
border-color: #15FADF;
}
</style>