#12EEE6

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

Shades of Bright Turquoise #12EEE6

Tints of Bright Turquoise #12EEE6

Color information

#12EEE6 (or 0x12EEE6) is unknown color: approx Bright Turquoise. HEX triplet: 12, EE and E6. RGB value is (18,238,230). Sum of RGB (Red+Green+Blue) = 18+238+230=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #12EEE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EEE6 is #ED1119. Grayscale: #ABABAB. Windows color (decimal): -15536410 or 15134226. OLE color: 15134226.

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

Color convert

RGB18238230-
CMYK0.9200.030.07
HSL177.82º86.61%50.2%-
HSV(B)177.82º92.44%93.33%-
XYZ45.1166.9985.42-
YUV171.31161.1118.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=3.70%
G=48.97%
B=47.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182382300.9200.030.07177.8286.6150.2
Hex12EEE65C037b25732
Octal2235634613403726212762
Binary1001011101110111001101011100011111101100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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