#12F5EC

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

Shades of Bright Turquoise #12F5EC

Tints of Bright Turquoise #12F5EC

Color information

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

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

Color convert

RGB18245236-
CMYK0.9300.040.04
HSL177.62º91.9%51.57%-
HSV(B)177.62º92.65%96.08%-
XYZ48.0471.4990.62-
YUV176.1161.7915.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182452360.9300.040.04177.6291.951.57
Hex12F5EC5D044b25c34
Octal2236535413504426213464
Binary10010111101011110110010111010100100101100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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