Shades of Bright Turquoise #10FADF
Tints of Bright Turquoise #10FADF
RGB
CMYK
RGB Variations
Color information
#10FADF (or 0x10FADF) is known color: Bright Turquoise. HEX triplet: 10, FA and DF. RGB value is (16,250,223). Sum of RGB (Red+Green+Blue) = 16+250+223=489 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #10FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FADF is #EF0520. Grayscale: #B0B0B0. Windows color (decimal): -15664417 or 14678544. OLE color: 14678544.
HSL color Cylindrical-coordinate representation of color #10FADF: hue angle of 173.08º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FADF is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 223 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.02 |
| HSL | 173.08º | 0.96% | 0.52% | - |
| HSV(B) | 173.08º | 0.94% | 0.98% | - |
| XYZ | 47.72 | 73.81 | 81.54 | - |
| YUV | 176.96 | 153.98 | 13.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 223 | 0.94 | 0 | 0.11 | 0.02 | 173.08 | 0.96 | 0.52 |
| Hex | 10 | FA | DF | 5E | 0 | B | 2 | AD | 60 | 34 |
| Octal | 20 | 372 | 337 | 136 | 0 | 13 | 2 | 255 | 140 | 64 |
| Binary | 10000 | 11111010 | 11011111 | 1011110 | 0 | 1011 | 10 | 10101101 | 1100000 | 110100 |
Color Harmonies of #10FADF
Complementary color
Monochromatic Colors of #10FADF
Black with #10FADF
Text Example
Text Example
White with #10FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FADF; }
p { color: rgb(16,250,223); }
H1.HeaderClassName
{
color: #10FADF;
}
.AnyTagClassName
{
color: #10FADF;
}
</style>
background-color css
<style>
a { background-color: #10FADF; }
a { background-color: rgb(16,250,223); }
div.DivClassName
{
background-color: #10FADF;
}
.BgClassName
{
background-color: #10FADF;
}
</style>
border-color css
<style>
span { border-color: #10FADF; }
span { border-color: rgb(16,250,223); }
td.TdClassName
{
border-color: #10FADF;
}
.TagClassName
{
border-color: #10FADF;
}
</style>