#10E5BD

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

Shades of Bright Turquoise #10E5BD

Tints of Bright Turquoise #10E5BD

Color information

#10E5BD (or 0x10E5BD) is unknown color: approx Bright Turquoise. HEX triplet: 10, E5 and BD. RGB value is (16,229,189). Sum of RGB (Red+Green+Blue) = 16+229+189=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #10E5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E5BD is #EF1A42. Grayscale: #A0A0A0. Windows color (decimal): -15669827 or 12444944. OLE color: 12444944.

HSL color Cylindrical-coordinate representation of color #10E5BD: hue angle of 168.73º 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 #10E5BD is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB16229189-
CMYK0.9300.170.10
HSL168.73º86.94%48.04%-
HSV(B)168.73º93.01%89.8%-
XYZ37.4259.8257.72-
YUV160.75143.9324.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.69%
GREEN value IS 229 (89.84% from 255) = 52.76%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=3.69%
G=52.76%
B=43.55%

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
Decimal162291890.9300.170.10168.7386.9448.04
Hex10E5BD5D011Aa95730
Octal203452751350211225112760
Binary10000111001011011110110111010100011010101010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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