#12EECC

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

Shades of Bright Turquoise #12EECC

Tints of Bright Turquoise #12EECC

Color information

#12EECC (or 0x12EECC) is unknown color: approx Bright Turquoise. HEX triplet: 12, EE and CC. RGB value is (18,238,204). Sum of RGB (Red+Green+Blue) = 18+238+204=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #12EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EECC is #ED1133. Grayscale: #A8A8A8. Windows color (decimal): -15536436 or 13430290. OLE color: 13430290.

HSL color Cylindrical-coordinate representation of color #12EECC: hue angle of 170.73º 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 #12EECC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB18238204-
CMYK0.9200.140.07
HSL170.73º86.61%50.2%-
HSV(B)170.73º92.44%93.33%-
XYZ41.7265.6467.6-
YUV168.34148.1120.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.91%
GREEN value IS 238 (93.36% from 255) = 51.74%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=3.91%
G=51.74%
B=44.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182382040.9200.140.07170.7386.6150.2
Hex12EECC5C0E7ab5732
Octal22356314134016725312762
Binary100101110111011001100101110001110111101010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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