#45BFB6

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

Shades of Medium Turquoise #45BFB6

Tints of Medium Turquoise #45BFB6

Color information

#45BFB6 (or 0x45BFB6) is unknown color: approx Medium Turquoise. HEX triplet: 45, BF and B6. RGB value is (69,191,182). Sum of RGB (Red+Green+Blue) = 69+191+182=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #45BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BFB6 is #BA4049. Grayscale: #999999. Windows color (decimal): -12206154 or 11976517. OLE color: 11976517.

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

Color convert

RGB69191182-
CMYK0.6400.050.25
HSL175.57º48.8%50.98%-
HSV(B)175.57º63.87%74.9%-
XYZ29.5341.950.79-
YUV153.5144.0867.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.61%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=15.61%
G=43.21%
B=41.18%

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
Decimal691911820.6400.050.25175.5748.850.98
Hex45BFB6400519b03133
Octal10527726610005312606163
Binary10001011011111110110110100000001011100110110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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