#45E9C2

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

Shades of Turquoise #45E9C2

Tints of Turquoise #45E9C2

Color information

#45E9C2 (or 0x45E9C2) is unknown color: approx Turquoise. HEX triplet: 45, E9 and C2. RGB value is (69,233,194). Sum of RGB (Red+Green+Blue) = 69+233+194=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #45E9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E9C2 is #BA163D. Grayscale: #B3B3B3. Windows color (decimal): -12195390 or 12773701. OLE color: 12773701.

HSL color Cylindrical-coordinate representation of color #45E9C2: hue angle of 165.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E9C2 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB69233194-
CMYK0.7000.170.09
HSL165.73º78.85%59.22%-
HSV(B)165.73º70.39%91.37%-
XYZ41.3363.4461.11-
YUV179.52136.1749.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 233 (91.41% from 255) = 46.98%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=13.91%
G=46.98%
B=39.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal692331940.7000.170.09165.7378.8559.22
Hex45E9C2460119a64f3b
Octal1053513021060211124611773
Binary1000101111010011100001010001100100011001101001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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