#12E3E6

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

Shades of Bright Turquoise #12E3E6

Tints of Bright Turquoise #12E3E6

Color information

#12E3E6 (or 0x12E3E6) is unknown color: approx Bright Turquoise. HEX triplet: 12, E3 and E6. RGB value is (18,227,230). Sum of RGB (Red+Green+Blue) = 18+227+230=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #12E3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E3E6 is #ED1C19. Grayscale: #A4A4A4. Windows color (decimal): -15539226 or 15131410. OLE color: 15131410.

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

Color convert

RGB18227230-
CMYK0.920.0100.10
HSL180.85º85.48%48.63%-
HSV(B)180.85º92.17%90.2%-
XYZ4260.7884.38-
YUV164.85164.7623.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.79%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=3.79%
G=47.79%
B=48.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182272300.920.0100.10180.8585.4848.63
Hex12E3E65C10Ab55531
Octal22343346134101226512561
Binary1001011100011111001101011100101010101101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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