Shades of Bright Turquoise #10E0F7
Tints of Bright Turquoise #10E0F7
RGB
CMYK
RGB Variations
Color information
#10E0F7 (or 0x10E0F7) is known color: Bright Turquoise. HEX triplet: 10, E0 and F7. RGB value is (16,224,247). Sum of RGB (Red+Green+Blue) = 16+224+247=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #10E0F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E0F7 is #EF1F08. Grayscale: #A4A4A4. Windows color (decimal): -15671049 or 16244752. OLE color: 16244752.
HSL color Cylindrical-coordinate representation of color #10E0F7: hue angle of 185.97º 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 #10E0F7 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 224 | 247 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.03 |
| HSL | 185.97º | 0.94% | 0.52% | - |
| HSV(B) | 185.97º | 0.94% | 0.97% | - |
| XYZ | 43.66 | 60.14 | 97.3 | - |
| YUV | 164.43 | 174.59 | 22.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 247 | 0.94 | 0.09 | 0 | 0.03 | 185.97 | 0.94 | 0.52 |
| Hex | 10 | E0 | F7 | 5E | 9 | 0 | 3 | BA | 5E | 34 |
| Octal | 20 | 340 | 367 | 136 | 11 | 0 | 3 | 272 | 136 | 64 |
| Binary | 10000 | 11100000 | 11110111 | 1011110 | 1001 | 0 | 11 | 10111010 | 1011110 | 110100 |
Color Harmonies of #10E0F7
Complementary color
Monochromatic Colors of #10E0F7
Black with #10E0F7
Text Example
Text Example
White with #10E0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E0F7; }
p { color: rgb(16,224,247); }
H1.HeaderClassName
{
color: #10E0F7;
}
.AnyTagClassName
{
color: #10E0F7;
}
</style>
background-color css
<style>
a { background-color: #10E0F7; }
a { background-color: rgb(16,224,247); }
div.DivClassName
{
background-color: #10E0F7;
}
.BgClassName
{
background-color: #10E0F7;
}
</style>
border-color css
<style>
span { border-color: #10E0F7; }
span { border-color: rgb(16,224,247); }
td.TdClassName
{
border-color: #10E0F7;
}
.TagClassName
{
border-color: #10E0F7;
}
</style>