#45E5BE

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

Shades of Turquoise #45E5BE

Tints of Turquoise #45E5BE

Color information

#45E5BE (or 0x45E5BE) is unknown color: approx Turquoise. HEX triplet: 45, E5 and BE. RGB value is (69,229,190). Sum of RGB (Red+Green+Blue) = 69+229+190=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E5BE is #BA1A41. Grayscale: #B0B0B0. Windows color (decimal): -12196418 or 12510533. OLE color: 12510533.

HSL color Cylindrical-coordinate representation of color #45E5BE: hue angle of 165.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E5BE is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB69229190-
CMYK0.7000.170.10
HSL165.38º75.47%58.43%-
HSV(B)165.38º69.87%89.8%-
XYZ39.7761.0258.4-
YUV176.71135.4951.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.14%
GREEN value IS 229 (89.84% from 255) = 46.93%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=14.14%
G=46.93%
B=38.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692291900.7000.170.10165.3875.4758.43
Hex45E5BE46011Aa54b3a
Octal1053452761060211224511372
Binary1000101111001011011111010001100100011010101001011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,229,190); }

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

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

 a { background-color: rgb(69,229,190); }

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

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

 span { border-color: rgb(69,229,190); }

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