#10EBC9

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

Shades of Bright Turquoise #10EBC9

Tints of Bright Turquoise #10EBC9

Color information

#10EBC9 (or 0x10EBC9) is unknown color: approx Bright Turquoise. HEX triplet: 10, EB and C9. RGB value is (16,235,201). Sum of RGB (Red+Green+Blue) = 16+235+201=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBC9 is #EF1436. Grayscale: #A5A5A5. Windows color (decimal): -15668279 or 13232912. OLE color: 13232912.

HSL color Cylindrical-coordinate representation of color #10EBC9: hue angle of 170.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EBC9 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB16235201-
CMYK0.9300.140.08
HSL170.68º87.25%49.22%-
HSV(B)170.68º93.19%92.16%-
XYZ40.4663.7465.43-
YUV165.64147.9521.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.54%
GREEN value IS 235 (92.19% from 255) = 51.99%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=3.54%
G=51.99%
B=44.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162352010.9300.140.08170.6887.2549.22
Hex10EBC95D0E8ab5731
Octal203533111350161025312761
Binary1000011101011110010011011101011101000101010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,235,201); }

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

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

 a { background-color: rgb(16,235,201); }

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

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

 span { border-color: rgb(16,235,201); }

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