Shades of Bright Turquoise #15FADC
Tints of Bright Turquoise #15FADC
RGB
CMYK
RGB Variations
Color information
#15FADC (or 0x15FADC) is known color: Bright Turquoise. HEX triplet: 15, FA and DC. RGB value is (21,250,220). Sum of RGB (Red+Green+Blue) = 21+250+220=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #15FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FADC is #EA0523. Grayscale: #B2B2B2. Windows color (decimal): -15336740 or 14481941. OLE color: 14481941.
HSL color Cylindrical-coordinate representation of color #15FADC: hue angle of 172.14º 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 #15FADC is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 220 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.02 |
| HSL | 172.14º | 0.96% | 0.53% | - |
| HSV(B) | 172.14º | 0.92% | 0.98% | - |
| XYZ | 47.41 | 73.7 | 79.44 | - |
| YUV | 178.11 | 151.63 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 220 | 0.92 | 0 | 0.12 | 0.02 | 172.14 | 0.96 | 0.53 |
| Hex | 15 | FA | DC | 5C | 0 | C | 2 | AC | 60 | 35 |
| Octal | 25 | 372 | 334 | 134 | 0 | 14 | 2 | 254 | 140 | 65 |
| Binary | 10101 | 11111010 | 11011100 | 1011100 | 0 | 1100 | 10 | 10101100 | 1100000 | 110101 |
Color Harmonies of #15FADC
Complementary color
Monochromatic Colors of #15FADC
Black with #15FADC
Text Example
Text Example
White with #15FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FADC; }
p { color: rgb(21,250,220); }
H1.HeaderClassName
{
color: #15FADC;
}
.AnyTagClassName
{
color: #15FADC;
}
</style>
background-color css
<style>
a { background-color: #15FADC; }
a { background-color: rgb(21,250,220); }
div.DivClassName
{
background-color: #15FADC;
}
.BgClassName
{
background-color: #15FADC;
}
</style>
border-color css
<style>
span { border-color: #15FADC; }
span { border-color: rgb(21,250,220); }
td.TdClassName
{
border-color: #15FADC;
}
.TagClassName
{
border-color: #15FADC;
}
</style>