#12E3FC

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

Shades of Bright Turquoise #12E3FC

Tints of Bright Turquoise #12E3FC

Color information

#12E3FC (or 0x12E3FC) is unknown color: approx Bright Turquoise. HEX triplet: 12, E3 and FC. RGB value is (18,227,252). Sum of RGB (Red+Green+Blue) = 18+227+252=497 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.62% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #12E3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E3FC is #ED1C03. Grayscale: #A7A7A7. Windows color (decimal): -15539204 or 16573202. OLE color: 16573202.

HSL color Cylindrical-coordinate representation of color #12E3FC: hue angle of 186.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E3FC is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18227252-
CMYK0.930.1000.01
HSL186.41º97.5%52.94%-
HSV(B)186.41º92.86%98.82%-
XYZ45.2962.1101.69-
YUV167.36175.7621.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.62%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=3.62%
G=45.67%
B=50.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182272520.930.1000.01186.4197.552.94
Hex12E3FC5DA01ba6235
Octal22343374135120127214265
Binary1001011100011111111001011101101001101110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,227,252); }

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

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

 a { background-color: rgb(18,227,252); }

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

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

 span { border-color: rgb(18,227,252); }

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