#12E1E6

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

Shades of Bright Turquoise #12E1E6

Tints of Bright Turquoise #12E1E6

Color information

#12E1E6 (or 0x12E1E6) is unknown color: approx Bright Turquoise. HEX triplet: 12, E1 and E6. RGB value is (18,225,230). Sum of RGB (Red+Green+Blue) = 18+225+230=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #12E1E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E1E6 is #ED1E19. Grayscale: #A3A3A3. Windows color (decimal): -15539738 or 15130898. OLE color: 15130898.

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

Color convert

RGB18225230-
CMYK0.920.0200.10
HSL181.42º85.48%48.63%-
HSV(B)181.42º92.17%90.2%-
XYZ41.4659.6984.2-
YUV163.68165.4224.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.81%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 230 (90.23% from 255) = 48.63%
R=3.81%
G=47.57%
B=48.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182252300.920.0200.10181.4285.4848.63
Hex12E1E65C20Ab55531
Octal22341346134201226512561
Binary10010111000011110011010111001001010101101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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