#12E6EE

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

Shades of Bright Turquoise #12E6EE

Tints of Bright Turquoise #12E6EE

Color information

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

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

Color convert

RGB18230238-
CMYK0.920.0300.07
HSL182.18º86.61%50.2%-
HSV(B)182.18º92.44%93.33%-
XYZ43.9862.990.71-
YUV167.52167.7621.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182302380.920.0300.07182.1886.6150.2
Hex12E6EE5C307b65732
Octal2234635613430726612762
Binary1001011100110111011101011100110111101101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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