#12EBF3

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

Shades of Bright Turquoise #12EBF3

Tints of Bright Turquoise #12EBF3

Color information

#12EBF3 (or 0x12EBF3) is unknown color: approx Bright Turquoise. HEX triplet: 12, EB and F3. RGB value is (18,235,243). Sum of RGB (Red+Green+Blue) = 18+235+243=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #12EBF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EBF3 is #ED140C. Grayscale: #AAAAAA. Windows color (decimal): -15537165 or 15985426. OLE color: 15985426.

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

Color convert

RGB18235243-
CMYK0.930.0300.05
HSL182.13º90.36%51.18%-
HSV(B)182.13º92.59%95.29%-
XYZ46.1466.0295.1-
YUV171.03168.6118.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.63%
GREEN value IS 235 (92.19% from 255) = 47.38%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=3.63%
G=47.38%
B=48.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182352430.930.0300.05182.1390.3651.18
Hex12EBF35D305b65a33
Octal2235336313530526613263
Binary1001011101011111100111011101110101101101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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