#12E8CE

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

Shades of Bright Turquoise #12E8CE

Tints of Bright Turquoise #12E8CE

Color information

#12E8CE (or 0x12E8CE) is unknown color: approx Bright Turquoise. HEX triplet: 12, E8 and CE. RGB value is (18,232,206). Sum of RGB (Red+Green+Blue) = 18+232+206=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #12E8CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E8CE is #ED1731. Grayscale: #A4A4A4. Windows color (decimal): -15537970 or 13559826. OLE color: 13559826.

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

Color convert

RGB18232206-
CMYK0.9200.110.09
HSL172.71º85.6%49.02%-
HSV(B)172.71º92.24%90.98%-
XYZ40.2562.368.3-
YUV165.05151.123.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.95%
GREEN value IS 232 (91.02% from 255) = 50.88%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=3.95%
G=50.88%
B=45.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182322060.9200.110.09172.7185.649.02
Hex12E8CE5C0B9ad5631
Octal223503161340131125512661
Binary1001011101000110011101011100010111001101011011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,232,206); }

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

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

 a { background-color: rgb(18,232,206); }

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

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

 span { border-color: rgb(18,232,206); }

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