#12EAC5

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

Shades of Bright Turquoise #12EAC5

Tints of Bright Turquoise #12EAC5

Color information

#12EAC5 (or 0x12EAC5) is unknown color: approx Bright Turquoise. HEX triplet: 12, EA and C5. RGB value is (18,234,197). Sum of RGB (Red+Green+Blue) = 18+234+197=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EAC5 is #ED153A. Grayscale: #A5A5A5. Windows color (decimal): -15537467 or 12970514. OLE color: 12970514.

HSL color Cylindrical-coordinate representation of color #12EAC5: hue angle of 169.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EAC5 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB18234197-
CMYK0.9200.160.08
HSL169.72º85.71%49.41%-
HSV(B)169.72º92.31%91.76%-
XYZ39.7563.0162.89-
YUV165.2145.9423.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.01%
GREEN value IS 234 (91.80% from 255) = 52.12%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=4.01%
G=52.12%
B=43.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182341970.9200.160.08169.7285.7149.41
Hex12EAC55C0108aa5631
Octal223523051340201025212661
Binary10010111010101100010110111000100001000101010101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,234,197); }

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

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

 a { background-color: rgb(18,234,197); }

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

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

 span { border-color: rgb(18,234,197); }

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