#12E2F2

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

Shades of Bright Turquoise #12E2F2

Tints of Bright Turquoise #12E2F2

Color information

#12E2F2 (or 0x12E2F2) is unknown color: approx Bright Turquoise. HEX triplet: 12, E2 and F2. RGB value is (18,226,242). Sum of RGB (Red+Green+Blue) = 18+226+242=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #12E2F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E2F2 is #ED1D0D. Grayscale: #A5A5A5. Windows color (decimal): -15539470 or 15917586. OLE color: 15917586.

HSL color Cylindrical-coordinate representation of color #12E2F2: hue angle of 184.29º 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 #12E2F2 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18226242-
CMYK0.930.0700.05
HSL184.29º89.6%50.98%-
HSV(B)184.29º92.56%94.9%-
XYZ43.4760.9393.47-
YUV165.63171.0922.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=3.70%
G=46.50%
B=49.79%

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
Decimal182262420.930.0700.05184.2989.650.98
Hex12E2F25D705b85a33
Octal2234236213570527013263
Binary10010111000101111001010111011110101101110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,226,242); }

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

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

 a { background-color: rgb(18,226,242); }

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

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

 span { border-color: rgb(18,226,242); }

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