#45C4B8

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

Shades of Medium Turquoise #45C4B8

Tints of Medium Turquoise #45C4B8

Color information

#45C4B8 (or 0x45C4B8) is unknown color: approx Medium Turquoise. HEX triplet: 45, C4 and B8. RGB value is (69,196,184). Sum of RGB (Red+Green+Blue) = 69+196+184=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #45C4B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C4B8 is #BA3B47. Grayscale: #9C9C9C. Windows color (decimal): -12204872 or 12108869. OLE color: 12108869.

HSL color Cylindrical-coordinate representation of color #45C4B8: hue angle of 174.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C4B8 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB69196184-
CMYK0.6500.060.23
HSL174.33º51.84%51.96%-
HSV(B)174.33º64.8%76.86%-
XYZ30.8544.2152.25-
YUV156.66143.4265.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.37%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=15.37%
G=43.65%
B=40.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691961840.6500.060.23174.3351.8451.96
Hex45C4B8410617ae3434
Octal10530427010106272566464
Binary10001011100010010111000100000101101011110101110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,196,184); }

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

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

 a { background-color: rgb(69,196,184); }

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

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

 span { border-color: rgb(69,196,184); }

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