#10E5BE

Color #10E5BE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #10E5BE

Tints of Bright Turquoise #10E5BE

Color information

#10E5BE (or 0x10E5BE) is unknown color: approx Bright Turquoise. HEX triplet: 10, E5 and BE. RGB value is (16,229,190). Sum of RGB (Red+Green+Blue) = 16+229+190=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #10E5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E5BE is #EF1A41. Grayscale: #A0A0A0. Windows color (decimal): -15669826 or 12510480. OLE color: 12510480.

HSL color Cylindrical-coordinate representation of color #10E5BE: hue angle of 169.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E5BE is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB16229190-
CMYK0.9300.170.10
HSL169.01º86.94%48.04%-
HSV(B)169.01º93.01%89.8%-
XYZ37.5359.8758.29-
YUV160.87144.4324.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 3.68%
GREEN value IS 229 (89.84% from 255) = 52.64%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=3.68%
G=52.64%
B=43.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162291900.9300.170.10169.0186.9448.04
Hex10E5BE5D011Aa95730
Octal203452761350211225112760
Binary10000111001011011111010111010100011010101010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10E5BE; }

 p { color: rgb(16,229,190); }

 H1.HeaderClassName
 {
   color: #10E5BE;
 }
 .AnyTagClassName
 {
   color: #10E5BE;
 }
</style>
background-color css

<style>
 a { background-color: #10E5BE; }

 a { background-color: rgb(16,229,190); }

 div.DivClassName
 {
   background-color: #10E5BE;
 }
 .BgClassName
 {
   background-color: #10E5BE;
 }
</style>
border-color css

<style>
 span { border-color: #10E5BE; }

 span { border-color: rgb(16,229,190); }

 td.TdClassName
 {
   border-color: #10E5BE;
 }
 .TagClassName
 {
   border-color: #10E5BE;
 }
</style>