#45E8B4

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

Shades of Turquoise #45E8B4

Tints of Turquoise #45E8B4

Color information

#45E8B4 (or 0x45E8B4) is unknown color: approx Turquoise. HEX triplet: 45, E8 and B4. RGB value is (69,232,180). Sum of RGB (Red+Green+Blue) = 69+232+180=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #45E8B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E8B4 is #BA174B. Grayscale: #B1B1B1. Windows color (decimal): -12195660 or 11855941. OLE color: 11855941.

HSL color Cylindrical-coordinate representation of color #45E8B4: hue angle of 160.86º degrees, saturation: 0.78, 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 #45E8B4 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB69232180-
CMYK0.7000.220.09
HSL160.86º77.99%59.02%-
HSV(B)160.86º70.26%90.98%-
XYZ39.5562.2753.12-
YUV177.34129.550.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.35%
GREEN value IS 232 (91.02% from 255) = 48.23%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=14.35%
G=48.23%
B=37.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal692321800.7000.220.09160.8677.9959.02
Hex45E8B4460169a14e3b
Octal1053502641060261124111673
Binary1000101111010001011010010001100101101001101000011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,232,180); }

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

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

 a { background-color: rgb(69,232,180); }

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

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

 span { border-color: rgb(69,232,180); }

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