Shades of Bright Turquoise #10E5F9
Tints of Bright Turquoise #10E5F9
RGB
CMYK
RGB Variations
Color information
#10E5F9 (or 0x10E5F9) is known color: Bright Turquoise. HEX triplet: 10, E5 and F9. RGB value is (16,229,249). Sum of RGB (Red+Green+Blue) = 16+229+249=494 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.24% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #10E5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5F9 is #EF1A06. Grayscale: #A7A7A7. Windows color (decimal): -15669767 or 16377104. OLE color: 16377104.
HSL color Cylindrical-coordinate representation of color #10E5F9: hue angle of 185.15º 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 #10E5F9 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 229 | 249 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.02 |
| HSL | 185.15º | 0.95% | 0.52% | - |
| HSV(B) | 185.15º | 0.94% | 0.98% | - |
| XYZ | 45.33 | 62.99 | 99.39 | - |
| YUV | 167.59 | 173.93 | 19.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 249 | 0.94 | 0.08 | 0 | 0.02 | 185.15 | 0.95 | 0.52 |
| Hex | 10 | E5 | F9 | 5E | 8 | 0 | 2 | B9 | 5F | 34 |
| Octal | 20 | 345 | 371 | 136 | 10 | 0 | 2 | 271 | 137 | 64 |
| Binary | 10000 | 11100101 | 11111001 | 1011110 | 1000 | 0 | 10 | 10111001 | 1011111 | 110100 |
Color Harmonies of #10E5F9
Complementary color
Monochromatic Colors of #10E5F9
Black with #10E5F9
Text Example
Text Example
White with #10E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5F9; }
p { color: rgb(16,229,249); }
H1.HeaderClassName
{
color: #10E5F9;
}
.AnyTagClassName
{
color: #10E5F9;
}
</style>
background-color css
<style>
a { background-color: #10E5F9; }
a { background-color: rgb(16,229,249); }
div.DivClassName
{
background-color: #10E5F9;
}
.BgClassName
{
background-color: #10E5F9;
}
</style>
border-color css
<style>
span { border-color: #10E5F9; }
span { border-color: rgb(16,229,249); }
td.TdClassName
{
border-color: #10E5F9;
}
.TagClassName
{
border-color: #10E5F9;
}
</style>