#45BEB5

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

Shades of Medium Turquoise #45BEB5

Tints of Medium Turquoise #45BEB5

Color information

#45BEB5 (or 0x45BEB5) is unknown color: approx Medium Turquoise. HEX triplet: 45, BE and B5. RGB value is (69,190,181). Sum of RGB (Red+Green+Blue) = 69+190+181=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEB5 is #BA414A. Grayscale: #989898. Windows color (decimal): -12206411 or 11910725. OLE color: 11910725.

HSL color Cylindrical-coordinate representation of color #45BEB5: hue angle of 175.54º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BEB5 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB69190181-
CMYK0.6400.050.25
HSL175.54º48.21%50.78%-
HSV(B)175.54º63.68%74.51%-
XYZ29.2141.4350.17-
YUV152.8143.9168.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.68%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=15.68%
G=43.18%
B=41.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691901810.6400.050.25175.5448.2150.78
Hex45BEB5400519b03033
Octal10527626510005312606063
Binary10001011011111010110101100000001011100110110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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