Shades of Bright Turquoise #10FFE6
Tints of Bright Turquoise #10FFE6
RGB
CMYK
RGB Variations
Color information
#10FFE6 (or 0x10FFE6) is known color: Bright Turquoise. HEX triplet: 10, FF and E6. RGB value is (16,255,230). Sum of RGB (Red+Green+Blue) = 16+255+230=501 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFE6 is #EF0019. Grayscale: #B4B4B4. Windows color (decimal): -15663130 or 15138576. OLE color: 15138576.
HSL color Cylindrical-coordinate representation of color #10FFE6: hue angle of 173.72º 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 #10FFE6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 230 | - |
| CMYK | 0.94 | 0 | 0.10 | 0 |
| HSL | 173.72º | 1% | 0.53% | - |
| HSV(B) | 173.72º | 0.94% | 1% | - |
| XYZ | 50.26 | 77.34 | 87.14 | - |
| YUV | 180.69 | 155.82 | 10.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 230 | 0.94 | 0 | 0.10 | 0 | 173.72 | 1 | 0.53 |
| Hex | 10 | FF | E6 | 5E | 0 | A | 0 | AE | 64 | 35 |
| Octal | 20 | 377 | 346 | 136 | 0 | 12 | 0 | 256 | 144 | 65 |
| Binary | 10000 | 11111111 | 11100110 | 1011110 | 0 | 1010 | 0 | 10101110 | 1100100 | 110101 |
Color Harmonies of #10FFE6
Complementary color
Monochromatic Colors of #10FFE6
Black with #10FFE6
Text Example
Text Example
White with #10FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFE6; }
p { color: rgb(16,255,230); }
H1.HeaderClassName
{
color: #10FFE6;
}
.AnyTagClassName
{
color: #10FFE6;
}
</style>
background-color css
<style>
a { background-color: #10FFE6; }
a { background-color: rgb(16,255,230); }
div.DivClassName
{
background-color: #10FFE6;
}
.BgClassName
{
background-color: #10FFE6;
}
</style>
border-color css
<style>
span { border-color: #10FFE6; }
span { border-color: rgb(16,255,230); }
td.TdClassName
{
border-color: #10FFE6;
}
.TagClassName
{
border-color: #10FFE6;
}
</style>