Shades of Bright Turquoise #10DAF1
Tints of Bright Turquoise #10DAF1
RGB
CMYK
RGB Variations
Color information
#10DAF1 (or 0x10DAF1) is known color: Bright Turquoise. HEX triplet: 10, DA and F1. RGB value is (16,218,241). Sum of RGB (Red+Green+Blue) = 16+218+241=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #10DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAF1 is #EF250E. Grayscale: #9F9F9F. Windows color (decimal): -15672591 or 15850000. OLE color: 15850000.
HSL color Cylindrical-coordinate representation of color #10DAF1: hue angle of 186.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DAF1 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 218 | 241 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.05 |
| HSL | 186.13º | 0.89% | 0.5% | - |
| HSV(B) | 186.13º | 0.93% | 0.95% | - |
| XYZ | 41.16 | 56.6 | 91.98 | - |
| YUV | 160.22 | 173.58 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 241 | 0.93 | 0.10 | 0 | 0.05 | 186.13 | 0.89 | 0.5 |
| Hex | 10 | DA | F1 | 5D | A | 0 | 5 | BA | 59 | 32 |
| Octal | 20 | 332 | 361 | 135 | 12 | 0 | 5 | 272 | 131 | 62 |
| Binary | 10000 | 11011010 | 11110001 | 1011101 | 1010 | 0 | 101 | 10111010 | 1011001 | 110010 |
Color Harmonies of #10DAF1
Complementary color
Monochromatic Colors of #10DAF1
Black with #10DAF1
Text Example
Text Example
White with #10DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAF1; }
p { color: rgb(16,218,241); }
H1.HeaderClassName
{
color: #10DAF1;
}
.AnyTagClassName
{
color: #10DAF1;
}
</style>
background-color css
<style>
a { background-color: #10DAF1; }
a { background-color: rgb(16,218,241); }
div.DivClassName
{
background-color: #10DAF1;
}
.BgClassName
{
background-color: #10DAF1;
}
</style>
border-color css
<style>
span { border-color: #10DAF1; }
span { border-color: rgb(16,218,241); }
td.TdClassName
{
border-color: #10DAF1;
}
.TagClassName
{
border-color: #10DAF1;
}
</style>