Shades of Bright Turquoise #10FFEA
Tints of Bright Turquoise #10FFEA
RGB
CMYK
RGB Variations
Color information
#10FFEA (or 0x10FFEA) is known color: Bright Turquoise. HEX triplet: 10, FF and EA. RGB value is (16,255,234). Sum of RGB (Red+Green+Blue) = 16+255+234=505 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.17% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFEA is #EF0015. Grayscale: #B4B4B4. Windows color (decimal): -15663126 or 15400720. OLE color: 15400720.
HSL color Cylindrical-coordinate representation of color #10FFEA: hue angle of 174.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFEA is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 234 | - |
| CMYK | 0.94 | 0 | 0.08 | 0 |
| HSL | 174.73º | 1% | 0.53% | - |
| HSV(B) | 174.73º | 0.94% | 1% | - |
| XYZ | 50.82 | 77.57 | 90.14 | - |
| YUV | 181.15 | 157.82 | 10.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 234 | 0.94 | 0 | 0.08 | 0 | 174.73 | 1 | 0.53 |
| Hex | 10 | FF | EA | 5E | 0 | 8 | 0 | AF | 64 | 35 |
| Octal | 20 | 377 | 352 | 136 | 0 | 10 | 0 | 257 | 144 | 65 |
| Binary | 10000 | 11111111 | 11101010 | 1011110 | 0 | 1000 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #10FFEA
Complementary color
Monochromatic Colors of #10FFEA
Black with #10FFEA
Text Example
Text Example
White with #10FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFEA; }
p { color: rgb(16,255,234); }
H1.HeaderClassName
{
color: #10FFEA;
}
.AnyTagClassName
{
color: #10FFEA;
}
</style>
background-color css
<style>
a { background-color: #10FFEA; }
a { background-color: rgb(16,255,234); }
div.DivClassName
{
background-color: #10FFEA;
}
.BgClassName
{
background-color: #10FFEA;
}
</style>
border-color css
<style>
span { border-color: #10FFEA; }
span { border-color: rgb(16,255,234); }
td.TdClassName
{
border-color: #10FFEA;
}
.TagClassName
{
border-color: #10FFEA;
}
</style>