Shades of Bright Turquoise #10E5EF
Tints of Bright Turquoise #10E5EF
RGB
CMYK
RGB Variations
Color information
#10E5EF (or 0x10E5EF) is known color: Bright Turquoise. HEX triplet: 10, E5 and EF. RGB value is (16,229,239). Sum of RGB (Red+Green+Blue) = 16+229+239=484 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #10E5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5EF is #EF1A10. Grayscale: #A6A6A6. Windows color (decimal): -15669777 or 15721744. OLE color: 15721744.
HSL color Cylindrical-coordinate representation of color #10E5EF: hue angle of 182.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E5EF is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 229 | 239 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.06 |
| HSL | 182.69º | 0.87% | 0.5% | - |
| HSV(B) | 182.69º | 0.93% | 0.94% | - |
| XYZ | 43.81 | 62.38 | 91.39 | - |
| YUV | 166.45 | 168.93 | 20.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 239 | 0.93 | 0.04 | 0 | 0.06 | 182.69 | 0.87 | 0.5 |
| Hex | 10 | E5 | EF | 5D | 4 | 0 | 6 | B7 | 57 | 32 |
| Octal | 20 | 345 | 357 | 135 | 4 | 0 | 6 | 267 | 127 | 62 |
| Binary | 10000 | 11100101 | 11101111 | 1011101 | 100 | 0 | 110 | 10110111 | 1010111 | 110010 |
Color Harmonies of #10E5EF
Complementary color
Monochromatic Colors of #10E5EF
Black with #10E5EF
Text Example
Text Example
White with #10E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5EF; }
p { color: rgb(16,229,239); }
H1.HeaderClassName
{
color: #10E5EF;
}
.AnyTagClassName
{
color: #10E5EF;
}
</style>
background-color css
<style>
a { background-color: #10E5EF; }
a { background-color: rgb(16,229,239); }
div.DivClassName
{
background-color: #10E5EF;
}
.BgClassName
{
background-color: #10E5EF;
}
</style>
border-color css
<style>
span { border-color: #10E5EF; }
span { border-color: rgb(16,229,239); }
td.TdClassName
{
border-color: #10E5EF;
}
.TagClassName
{
border-color: #10E5EF;
}
</style>