#45BDB9

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

Shades of Medium Turquoise #45BDB9

Tints of Medium Turquoise #45BDB9

Color information

#45BDB9 (or 0x45BDB9) is unknown color: approx Medium Turquoise. HEX triplet: 45, BD and B9. RGB value is (69,189,185). Sum of RGB (Red+Green+Blue) = 69+189+185=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #45BDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BDB9 is #BA4246. Grayscale: #989898. Windows color (decimal): -12206663 or 12172613. OLE color: 12172613.

HSL color Cylindrical-coordinate representation of color #45BDB9: hue angle of 178º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BDB9 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB69189185-
CMYK0.6300.020.26
HSL178º47.62%50.59%-
HSV(B)178º63.49%74.12%-
XYZ29.4141.1652.29-
YUV152.66146.2468.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=15.58%
G=42.66%
B=41.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691891850.6300.020.2617847.6250.59
Hex45BDB93F021Ab23033
Octal1052752717702322626063
Binary100010110111101101110011111110101101010110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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