Shades of Bright Turquoise #10E4EE
Tints of Bright Turquoise #10E4EE
RGB
CMYK
RGB Variations
Color information
#10E4EE (or 0x10E4EE) is known color: Bright Turquoise. HEX triplet: 10, E4 and EE. RGB value is (16,228,238). Sum of RGB (Red+Green+Blue) = 16+228+238=482 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.32% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #10E4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E4EE is #EF1B11. Grayscale: #A5A5A5. Windows color (decimal): -15670034 or 15655952. OLE color: 15655952.
HSL color Cylindrical-coordinate representation of color #10E4EE: hue angle of 182.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E4EE is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 228 | 238 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.07 |
| HSL | 182.7º | 0.87% | 0.5% | - |
| HSV(B) | 182.7º | 0.93% | 0.93% | - |
| XYZ | 43.39 | 61.77 | 90.52 | - |
| YUV | 165.75 | 168.76 | 21.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 238 | 0.93 | 0.04 | 0 | 0.07 | 182.7 | 0.87 | 0.5 |
| Hex | 10 | E4 | EE | 5D | 4 | 0 | 7 | B7 | 57 | 32 |
| Octal | 20 | 344 | 356 | 135 | 4 | 0 | 7 | 267 | 127 | 62 |
| Binary | 10000 | 11100100 | 11101110 | 1011101 | 100 | 0 | 111 | 10110111 | 1010111 | 110010 |
Color Harmonies of #10E4EE
Complementary color
Monochromatic Colors of #10E4EE
Black with #10E4EE
Text Example
Text Example
White with #10E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E4EE; }
p { color: rgb(16,228,238); }
H1.HeaderClassName
{
color: #10E4EE;
}
.AnyTagClassName
{
color: #10E4EE;
}
</style>
background-color css
<style>
a { background-color: #10E4EE; }
a { background-color: rgb(16,228,238); }
div.DivClassName
{
background-color: #10E4EE;
}
.BgClassName
{
background-color: #10E4EE;
}
</style>
border-color css
<style>
span { border-color: #10E4EE; }
span { border-color: rgb(16,228,238); }
td.TdClassName
{
border-color: #10E4EE;
}
.TagClassName
{
border-color: #10E4EE;
}
</style>