#12EBF5

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

Shades of Bright Turquoise #12EBF5

Tints of Bright Turquoise #12EBF5

Color information

#12EBF5 (or 0x12EBF5) is unknown color: approx Bright Turquoise. HEX triplet: 12, EB and F5. RGB value is (18,235,245). Sum of RGB (Red+Green+Blue) = 18+235+245=498 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #12EBF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EBF5 is #ED140A. Grayscale: #ABABAB. Windows color (decimal): -15537163 or 16116498. OLE color: 16116498.

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

Color convert

RGB18235245-
CMYK0.930.0400.04
HSL182.64º91.9%51.57%-
HSV(B)182.64º92.65%96.08%-
XYZ46.4466.1496.7-
YUV171.26169.6118.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.61%
GREEN value IS 235 (92.19% from 255) = 47.19%
BLUE value IS 245 (96.09% from 255) = 49.20%
R=3.61%
G=47.19%
B=49.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182352450.930.0400.04182.6491.951.57
Hex12EBF55D404b75c34
Octal2235336513540426713464
Binary10010111010111111010110111011000100101101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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