#12E1F3

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

Shades of Bright Turquoise #12E1F3

Tints of Bright Turquoise #12E1F3

Color information

#12E1F3 (or 0x12E1F3) is unknown color: approx Bright Turquoise. HEX triplet: 12, E1 and F3. RGB value is (18,225,243). Sum of RGB (Red+Green+Blue) = 18+225+243=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #12E1F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E1F3 is #ED1E0C. Grayscale: #A4A4A4. Windows color (decimal): -15539725 or 15982866. OLE color: 15982866.

HSL color Cylindrical-coordinate representation of color #12E1F3: hue angle of 184.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E1F3 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18225243-
CMYK0.930.0700.05
HSL184.8º90.36%51.18%-
HSV(B)184.8º92.59%95.29%-
XYZ43.3560.4594.18-
YUV165.16171.9223.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 225 (88.28% from 255) = 46.30%
BLUE value IS 243 (95.31% from 255) = 50%
R=3.70%
G=46.30%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182252430.930.0700.05184.890.3651.18
Hex12E1F35D705b95a33
Octal2234136313570527113263
Binary10010111000011111001110111011110101101110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,225,243); }

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

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

 a { background-color: rgb(18,225,243); }

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

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

 span { border-color: rgb(18,225,243); }

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