#12ECF5

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

Shades of Bright Turquoise #12ECF5

Tints of Bright Turquoise #12ECF5

Color information

#12ECF5 (or 0x12ECF5) is unknown color: approx Bright Turquoise. HEX triplet: 12, EC and F5. RGB value is (18,236,245). Sum of RGB (Red+Green+Blue) = 18+236+245=499 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #12ECF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12ECF5 is #ED130A. Grayscale: #ABABAB. Windows color (decimal): -15536907 or 16116754. OLE color: 16116754.

HSL color Cylindrical-coordinate representation of color #12ECF5: hue angle of 182.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ECF5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18236245-
CMYK0.930.0400.04
HSL182.38º91.9%51.57%-
HSV(B)182.38º92.65%96.08%-
XYZ46.7366.7196.8-
YUV171.84169.2818.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.61%
GREEN value IS 236 (92.58% from 255) = 47.29%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=3.61%
G=47.29%
B=49.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182362450.930.0400.04182.3891.951.57
Hex12ECF55D404b65c34
Octal2235436513540426613464
Binary10010111011001111010110111011000100101101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,236,245); }

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

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

 a { background-color: rgb(18,236,245); }

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

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

 span { border-color: rgb(18,236,245); }

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