#12EEC6

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

Shades of Bright Turquoise #12EEC6

Tints of Bright Turquoise #12EEC6

Color information

#12EEC6 (or 0x12EEC6) is unknown color: approx Bright Turquoise. HEX triplet: 12, EE and C6. RGB value is (18,238,198). Sum of RGB (Red+Green+Blue) = 18+238+198=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #12EEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EEC6 is #ED1139. Grayscale: #A7A7A7. Windows color (decimal): -15536442 or 13037074. OLE color: 13037074.

HSL color Cylindrical-coordinate representation of color #12EEC6: hue angle of 169.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EEC6 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB18238198-
CMYK0.9200.170.07
HSL169.09º86.61%50.2%-
HSV(B)169.09º92.44%93.33%-
XYZ41.0265.3563.88-
YUV167.66145.1121.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.96%
GREEN value IS 238 (93.36% from 255) = 52.42%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=3.96%
G=52.42%
B=43.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182381980.9200.170.07169.0986.6150.2
Hex12EEC65C0117a95732
Octal22356306134021725112762
Binary1001011101110110001101011100010001111101010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,198); }

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

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

 a { background-color: rgb(18,238,198); }

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

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

 span { border-color: rgb(18,238,198); }

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