#45BFB9

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

Shades of Medium Turquoise #45BFB9

Tints of Medium Turquoise #45BFB9

Color information

#45BFB9 (or 0x45BFB9) is unknown color: approx Medium Turquoise. HEX triplet: 45, BF and B9. RGB value is (69,191,185). Sum of RGB (Red+Green+Blue) = 69+191+185=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #45BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BFB9 is #BA4046. Grayscale: #999999. Windows color (decimal): -12206151 or 12173125. OLE color: 12173125.

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

Color convert

RGB69191185-
CMYK0.6400.030.25
HSL177.05º48.8%50.98%-
HSV(B)177.05º63.87%74.9%-
XYZ29.8442.0352.44-
YUV153.84145.5867.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.51%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=15.51%
G=42.92%
B=41.57%

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
Decimal691911850.6400.030.25177.0548.850.98
Hex45BFB9400319b13133
Octal10527727110003312616163
Binary1000101101111111011100110000000111100110110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,191,185); }

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

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

 a { background-color: rgb(69,191,185); }

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

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

 span { border-color: rgb(69,191,185); }

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