Shades of Bright Turquoise #10FFE1
Tints of Bright Turquoise #10FFE1
RGB
CMYK
RGB Variations
Color information
#10FFE1 (or 0x10FFE1) is known color: Bright Turquoise. HEX triplet: 10, FF and E1. RGB value is (16,255,225). Sum of RGB (Red+Green+Blue) = 16+255+225=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFE1 is #EF001E. Grayscale: #B4B4B4. Windows color (decimal): -15663135 or 14810896. OLE color: 14810896.
HSL color Cylindrical-coordinate representation of color #10FFE1: hue angle of 172.47º 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 #10FFE1 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 225 | - |
| CMYK | 0.94 | 0 | 0.12 | 0 |
| HSL | 172.47º | 1% | 0.53% | - |
| HSV(B) | 172.47º | 0.94% | 1% | - |
| XYZ | 49.56 | 77.07 | 83.5 | - |
| YUV | 180.12 | 153.32 | 10.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 225 | 0.94 | 0 | 0.12 | 0 | 172.47 | 1 | 0.53 |
| Hex | 10 | FF | E1 | 5E | 0 | C | 0 | AC | 64 | 35 |
| Octal | 20 | 377 | 341 | 136 | 0 | 14 | 0 | 254 | 144 | 65 |
| Binary | 10000 | 11111111 | 11100001 | 1011110 | 0 | 1100 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #10FFE1
Complementary color
Monochromatic Colors of #10FFE1
Black with #10FFE1
Text Example
Text Example
White with #10FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFE1; }
p { color: rgb(16,255,225); }
H1.HeaderClassName
{
color: #10FFE1;
}
.AnyTagClassName
{
color: #10FFE1;
}
</style>
background-color css
<style>
a { background-color: #10FFE1; }
a { background-color: rgb(16,255,225); }
div.DivClassName
{
background-color: #10FFE1;
}
.BgClassName
{
background-color: #10FFE1;
}
</style>
border-color css
<style>
span { border-color: #10FFE1; }
span { border-color: rgb(16,255,225); }
td.TdClassName
{
border-color: #10FFE1;
}
.TagClassName
{
border-color: #10FFE1;
}
</style>