#45BFBC

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

Shades of Medium Turquoise #45BFBC

Tints of Medium Turquoise #45BFBC

Color information

#45BFBC (or 0x45BFBC) is unknown color: approx Medium Turquoise. HEX triplet: 45, BF and BC. RGB value is (69,191,188). Sum of RGB (Red+Green+Blue) = 69+191+188=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #45BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BFBC is #BA4043. Grayscale: #9A9A9A. Windows color (decimal): -12206148 or 12369733. OLE color: 12369733.

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

Color convert

RGB69191188-
CMYK0.6400.020.25
HSL178.52º48.8%50.98%-
HSV(B)178.52º63.87%74.9%-
XYZ30.1642.1654.12-
YUV154.18147.0867.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.40%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=15.40%
G=42.63%
B=41.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691911880.6400.020.25178.5248.850.98
Hex45BFBC400219b33133
Octal10527727410002312636163
Binary1000101101111111011110010000000101100110110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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