#10EBC4

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

Shades of Bright Turquoise #10EBC4

Tints of Bright Turquoise #10EBC4

Color information

#10EBC4 (or 0x10EBC4) is unknown color: approx Bright Turquoise. HEX triplet: 10, EB and C4. RGB value is (16,235,196). Sum of RGB (Red+Green+Blue) = 16+235+196=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBC4 is #EF143B. Grayscale: #A5A5A5. Windows color (decimal): -15668284 or 12905232. OLE color: 12905232.

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

Color convert

RGB16235196-
CMYK0.9300.170.08
HSL169.32º87.25%49.22%-
HSV(B)169.32º93.19%92.16%-
XYZ39.8963.5162.38-
YUV165.07145.4521.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.58%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=3.58%
G=52.57%
B=43.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162351960.9300.170.08169.3287.2549.22
Hex10EBC45D0118a95731
Octal203533041350211025112761
Binary10000111010111100010010111010100011000101010011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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