#12EEE3

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

Shades of Bright Turquoise #12EEE3

Tints of Bright Turquoise #12EEE3

Color information

#12EEE3 (or 0x12EEE3) is unknown color: approx Bright Turquoise. HEX triplet: 12, EE and E3. RGB value is (18,238,227). Sum of RGB (Red+Green+Blue) = 18+238+227=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #12EEE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EEE3 is #ED111C. Grayscale: #AAAAAA. Windows color (decimal): -15536413 or 14937618. OLE color: 14937618.

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

Color convert

RGB18238227-
CMYK0.9200.050.07
HSL177º86.61%50.2%-
HSV(B)177º92.44%93.33%-
XYZ44.6966.8283.22-
YUV170.97159.6118.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.73%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 227 (89.06% from 255) = 47.00%
R=3.73%
G=49.28%
B=47.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182382270.9200.050.0717786.6150.2
Hex12EEE35C057b15732
Octal2235634313405726112762
Binary10010111011101110001110111000101111101100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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