#12E0E3

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

Shades of Bright Turquoise #12E0E3

Tints of Bright Turquoise #12E0E3

Color information

#12E0E3 (or 0x12E0E3) is unknown color: approx Bright Turquoise. HEX triplet: 12, E0 and E3. RGB value is (18,224,227). Sum of RGB (Red+Green+Blue) = 18+224+227=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #12E0E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E0E3 is #ED1F1C. Grayscale: #A2A2A2. Windows color (decimal): -15539997 or 14934034. OLE color: 14934034.

HSL color Cylindrical-coordinate representation of color #12E0E3: hue angle of 180.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E0E3 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18224227-
CMYK0.920.0100.11
HSL180.86º85.31%48.04%-
HSV(B)180.86º92.07%89.02%-
XYZ40.7758.9981.91-
YUV162.75164.2524.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.84%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 227 (89.06% from 255) = 48.40%
R=3.84%
G=47.76%
B=48.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182242270.920.0100.11180.8685.3148.04
Hex12E0E35C10Bb55530
Octal22340343134101326512560
Binary1001011100000111000111011100101011101101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,224,227); }

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

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

 a { background-color: rgb(18,224,227); }

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

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

 span { border-color: rgb(18,224,227); }

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