Shades of Bright Turquoise #10D9F3
Tints of Bright Turquoise #10D9F3
RGB
CMYK
RGB Variations
Color information
#10D9F3 (or 0x10D9F3) is known color: Bright Turquoise. HEX triplet: 10, D9 and F3. RGB value is (16,217,243). Sum of RGB (Red+Green+Blue) = 16+217+243=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #10D9F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D9F3 is #EF260C. Grayscale: #9F9F9F. Windows color (decimal): -15672845 or 15980816. OLE color: 15980816.
HSL color Cylindrical-coordinate representation of color #10D9F3: hue angle of 186.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9F3 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 217 | 243 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.05 |
| HSL | 186.87º | 0.9% | 0.51% | - |
| HSV(B) | 186.87º | 0.93% | 0.95% | - |
| XYZ | 41.2 | 56.21 | 93.47 | - |
| YUV | 159.87 | 174.91 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 243 | 0.93 | 0.11 | 0 | 0.05 | 186.87 | 0.9 | 0.51 |
| Hex | 10 | D9 | F3 | 5D | B | 0 | 5 | BB | 5A | 33 |
| Octal | 20 | 331 | 363 | 135 | 13 | 0 | 5 | 273 | 132 | 63 |
| Binary | 10000 | 11011001 | 11110011 | 1011101 | 1011 | 0 | 101 | 10111011 | 1011010 | 110011 |
Color Harmonies of #10D9F3
Complementary color
Monochromatic Colors of #10D9F3
Black with #10D9F3
Text Example
Text Example
White with #10D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9F3; }
p { color: rgb(16,217,243); }
H1.HeaderClassName
{
color: #10D9F3;
}
.AnyTagClassName
{
color: #10D9F3;
}
</style>
background-color css
<style>
a { background-color: #10D9F3; }
a { background-color: rgb(16,217,243); }
div.DivClassName
{
background-color: #10D9F3;
}
.BgClassName
{
background-color: #10D9F3;
}
</style>
border-color css
<style>
span { border-color: #10D9F3; }
span { border-color: rgb(16,217,243); }
td.TdClassName
{
border-color: #10D9F3;
}
.TagClassName
{
border-color: #10D9F3;
}
</style>