#45BEB7

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

Shades of Medium Turquoise #45BEB7

Tints of Medium Turquoise #45BEB7

Color information

#45BEB7 (or 0x45BEB7) is unknown color: approx Medium Turquoise. HEX triplet: 45, BE and B7. RGB value is (69,190,183). Sum of RGB (Red+Green+Blue) = 69+190+183=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEB7 is #BA4148. Grayscale: #989898. Windows color (decimal): -12206409 or 12041797. OLE color: 12041797.

HSL color Cylindrical-coordinate representation of color #45BEB7: hue angle of 176.53º 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 #45BEB7 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB69190183-
CMYK0.6400.040.25
HSL176.53º48.21%50.78%-
HSV(B)176.53º63.68%74.51%-
XYZ29.4141.5151.26-
YUV153.02144.9168.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.61%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=15.61%
G=42.99%
B=41.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691901830.6400.040.25176.5348.2150.78
Hex45BEB7400419b13033
Octal10527626710004312616063
Binary10001011011111010110111100000001001100110110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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