#45E6C2

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

Shades of Turquoise #45E6C2

Tints of Turquoise #45E6C2

Color information

#45E6C2 (or 0x45E6C2) is unknown color: approx Turquoise. HEX triplet: 45, E6 and C2. RGB value is (69,230,194). Sum of RGB (Red+Green+Blue) = 69+230+194=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6C2 is #BA193D. Grayscale: #B1B1B1. Windows color (decimal): -12196158 or 12772933. OLE color: 12772933.

HSL color Cylindrical-coordinate representation of color #45E6C2: hue angle of 166.58º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6C2 is Cyan = 0.7, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB69230194-
CMYK0.700.160.10
HSL166.58º76.3%58.63%-
HSV(B)166.58º70%90.2%-
XYZ40.4961.7560.82-
YUV177.76137.1650.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.00%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=14.00%
G=46.65%
B=39.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692301940.700.160.10166.5876.358.63
Hex45E6C246010Aa74c3b
Octal1053463021060201224711473
Binary1000101111001101100001010001100100001010101001111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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