#45e6ec

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

Shades of Turquoise #45E6EC

Tints of Turquoise #45E6EC

Color information

#45E6EC (or 0x45E6EC) is unknown color: approx Turquoise. HEX triplet: 45, E6 and EC. RGB value is (69,230,236). Sum of RGB (Red+Green+Blue) = 69+230+236=535 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.90% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #45E6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45E6EC is #BA1913. Grayscale: #B6B6B6. Windows color (decimal): -12196116 or 15525445. OLE color: 15525445.

HSL color Cylindrical-coordinate representation of color #45E6EC: hue angle of 182.16º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45E6EC is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69230236-
CMYK0.710.0300.07
HSL182.16º81.46%59.8%-
HSV(B)182.16º70.76%92.55%-
XYZ45.8963.9189.27-
YUV182.54158.1647.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.90%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=12.90%
G=42.99%
B=44.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692302360.710.0300.07182.1681.4659.8
Hex45E6EC47307b6513c
Octal10534635410730726612174
Binary100010111100110111011001000111110111101101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e6ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45e6ec; }

 p { color: rgb(69,230,236); }

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

<style>
 a { background-color: #45e6ec; }

 a { background-color: rgb(69,230,236); }

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

<style>
 span { border-color: #45e6ec; }

 span { border-color: rgb(69,230,236); }

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