#45C1BC

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

Shades of Medium Turquoise #45C1BC

Tints of Medium Turquoise #45C1BC

Color information

#45C1BC (or 0x45C1BC) is unknown color: approx Medium Turquoise. HEX triplet: 45, C1 and BC. RGB value is (69,193,188). Sum of RGB (Red+Green+Blue) = 69+193+188=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #45C1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C1BC is #BA3E43. Grayscale: #9B9B9B. Windows color (decimal): -12205636 or 12370245. OLE color: 12370245.

HSL color Cylindrical-coordinate representation of color #45C1BC: hue angle of 177.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C1BC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB69193188-
CMYK0.6400.030.24
HSL177.58º50%51.37%-
HSV(B)177.58º64.25%75.69%-
XYZ30.643.0454.27-
YUV155.35146.4266.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.33%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=15.33%
G=42.89%
B=41.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691931880.6400.030.24177.585051.37
Hex45C1BC400318b23233
Octal10530127410003302626263
Binary1000101110000011011110010000000111100010110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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