#12F3EC

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

Shades of Bright Turquoise #12F3EC

Tints of Bright Turquoise #12F3EC

Color information

#12F3EC (or 0x12F3EC) is unknown color: approx Bright Turquoise. HEX triplet: 12, F3 and EC. RGB value is (18,243,236). Sum of RGB (Red+Green+Blue) = 18+243+236=497 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.62% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #12F3EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F3EC is #ED0C13. Grayscale: #AEAEAE. Windows color (decimal): -15535124 or 15528722. OLE color: 15528722.

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

Color convert

RGB18243236-
CMYK0.9300.030.05
HSL178.13º90.36%51.18%-
HSV(B)178.13º92.59%95.29%-
XYZ47.4470.2990.42-
YUV174.93162.4616.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.62%
GREEN value IS 243 (95.31% from 255) = 48.89%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=3.62%
G=48.89%
B=47.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182432360.9300.030.05178.1390.3651.18
Hex12F3EC5D035b25a33
Octal2236335413503526213263
Binary1001011110011111011001011101011101101100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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