#45BEB8

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

Shades of Medium Turquoise #45BEB8

Tints of Medium Turquoise #45BEB8

Color information

#45BEB8 (or 0x45BEB8) is unknown color: approx Medium Turquoise. HEX triplet: 45, BE and B8. RGB value is (69,190,184). Sum of RGB (Red+Green+Blue) = 69+190+184=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEB8 is #BA4147. Grayscale: #999999. Windows color (decimal): -12206408 or 12107333. OLE color: 12107333.

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

Color convert

RGB69190184-
CMYK0.6400.030.25
HSL177.02º48.21%50.78%-
HSV(B)177.02º63.68%74.51%-
XYZ29.5241.5551.81-
YUV153.14145.4167.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=15.58%
G=42.89%
B=41.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691901840.6400.030.25177.0248.2150.78
Hex45BEB8400319b13033
Octal10527627010003312616063
Binary1000101101111101011100010000000111100110110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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