#12E2C1

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

Shades of Bright Turquoise #12E2C1

Tints of Bright Turquoise #12E2C1

Color information

#12E2C1 (or 0x12E2C1) is unknown color: approx Bright Turquoise. HEX triplet: 12, E2 and C1. RGB value is (18,226,193). Sum of RGB (Red+Green+Blue) = 18+226+193=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2C1 is #ED1D3E. Grayscale: #9F9F9F. Windows color (decimal): -15539519 or 12706322. OLE color: 12706322.

HSL color Cylindrical-coordinate representation of color #12E2C1: hue angle of 170.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E2C1 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB18226193-
CMYK0.9200.150.11
HSL170.48º85.25%47.84%-
HSV(B)170.48º92.04%88.63%-
XYZ37.0758.3759.77-
YUV160.05146.5926.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.12%
GREEN value IS 226 (88.67% from 255) = 51.72%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=4.12%
G=51.72%
B=44.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182261930.9200.150.11170.4885.2547.84
Hex12E2C15C0FBaa5530
Octal223423011340171325212560
Binary1001011100010110000011011100011111011101010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12E2C1; }

 p { color: rgb(18,226,193); }

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

<style>
 a { background-color: #12E2C1; }

 a { background-color: rgb(18,226,193); }

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

<style>
 span { border-color: #12E2C1; }

 span { border-color: rgb(18,226,193); }

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