Shades of Bright Turquoise #10DCF9
Tints of Bright Turquoise #10DCF9
RGB
CMYK
RGB Variations
Color information
#10DCF9 (or 0x10DCF9) is known color: Bright Turquoise. HEX triplet: 10, DC and F9. RGB value is (16,220,249). Sum of RGB (Red+Green+Blue) = 16+220+249=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #10DCF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCF9 is #EF2306. Grayscale: #A1A1A1. Windows color (decimal): -15672071 or 16374800. OLE color: 16374800.
HSL color Cylindrical-coordinate representation of color #10DCF9: hue angle of 187.47º degrees, saturation: 0.95, 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 #10DCF9 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 220 | 249 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.02 |
| HSL | 187.47º | 0.95% | 0.52% | - |
| HSV(B) | 187.47º | 0.94% | 0.98% | - |
| XYZ | 42.91 | 58.14 | 98.58 | - |
| YUV | 162.31 | 176.91 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 249 | 0.94 | 0.12 | 0 | 0.02 | 187.47 | 0.95 | 0.52 |
| Hex | 10 | DC | F9 | 5E | C | 0 | 2 | BB | 5F | 34 |
| Octal | 20 | 334 | 371 | 136 | 14 | 0 | 2 | 273 | 137 | 64 |
| Binary | 10000 | 11011100 | 11111001 | 1011110 | 1100 | 0 | 10 | 10111011 | 1011111 | 110100 |
Color Harmonies of #10DCF9
Complementary color
Monochromatic Colors of #10DCF9
Black with #10DCF9
Text Example
Text Example
White with #10DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCF9; }
p { color: rgb(16,220,249); }
H1.HeaderClassName
{
color: #10DCF9;
}
.AnyTagClassName
{
color: #10DCF9;
}
</style>
background-color css
<style>
a { background-color: #10DCF9; }
a { background-color: rgb(16,220,249); }
div.DivClassName
{
background-color: #10DCF9;
}
.BgClassName
{
background-color: #10DCF9;
}
</style>
border-color css
<style>
span { border-color: #10DCF9; }
span { border-color: rgb(16,220,249); }
td.TdClassName
{
border-color: #10DCF9;
}
.TagClassName
{
border-color: #10DCF9;
}
</style>