Shades of Bright Turquoise #10DCF7
Tints of Bright Turquoise #10DCF7
RGB
CMYK
RGB Variations
Color information
#10DCF7 (or 0x10DCF7) is known color: Bright Turquoise. HEX triplet: 10, DC and F7. RGB value is (16,220,247). Sum of RGB (Red+Green+Blue) = 16+220+247=483 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #10DCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCF7 is #EF2308. Grayscale: #A1A1A1. Windows color (decimal): -15672073 or 16243728. OLE color: 16243728.
HSL color Cylindrical-coordinate representation of color #10DCF7: hue angle of 187.01º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DCF7 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 220 | 247 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.03 |
| HSL | 187.01º | 0.94% | 0.52% | - |
| HSV(B) | 187.01º | 0.94% | 0.97% | - |
| XYZ | 42.6 | 58.01 | 96.95 | - |
| YUV | 162.08 | 175.91 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 247 | 0.94 | 0.11 | 0 | 0.03 | 187.01 | 0.94 | 0.52 |
| Hex | 10 | DC | F7 | 5E | B | 0 | 3 | BB | 5E | 34 |
| Octal | 20 | 334 | 367 | 136 | 13 | 0 | 3 | 273 | 136 | 64 |
| Binary | 10000 | 11011100 | 11110111 | 1011110 | 1011 | 0 | 11 | 10111011 | 1011110 | 110100 |
Color Harmonies of #10DCF7
Complementary color
Monochromatic Colors of #10DCF7
Black with #10DCF7
Text Example
Text Example
White with #10DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCF7; }
p { color: rgb(16,220,247); }
H1.HeaderClassName
{
color: #10DCF7;
}
.AnyTagClassName
{
color: #10DCF7;
}
</style>
background-color css
<style>
a { background-color: #10DCF7; }
a { background-color: rgb(16,220,247); }
div.DivClassName
{
background-color: #10DCF7;
}
.BgClassName
{
background-color: #10DCF7;
}
</style>
border-color css
<style>
span { border-color: #10DCF7; }
span { border-color: rgb(16,220,247); }
td.TdClassName
{
border-color: #10DCF7;
}
.TagClassName
{
border-color: #10DCF7;
}
</style>