#45C0B5

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

Shades of Medium Turquoise #45C0B5

Tints of Medium Turquoise #45C0B5

Color information

#45C0B5 (or 0x45C0B5) is unknown color: approx Medium Turquoise. HEX triplet: 45, C0 and B5. RGB value is (69,192,181). Sum of RGB (Red+Green+Blue) = 69+192+181=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #45C0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C0B5 is #BA3F4A. Grayscale: #999999. Windows color (decimal): -12205899 or 11911237. OLE color: 11911237.

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

Color convert

RGB69192181-
CMYK0.6400.060.25
HSL174.63º49.4%51.18%-
HSV(B)174.63º64.06%75.29%-
XYZ29.6442.350.32-
YUV153.97143.2567.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.61%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 181 (71.09% from 255) = 40.95%
R=15.61%
G=43.44%
B=40.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691921810.6400.060.25174.6349.451.18
Hex45C0B5400619af3133
Octal10530026510006312576163
Binary10001011100000010110101100000001101100110101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,192,181); }

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

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

 a { background-color: rgb(69,192,181); }

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

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

 span { border-color: rgb(69,192,181); }

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