#45C5CF

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

Shades of Medium Turquoise #45C5CF

Tints of Medium Turquoise #45C5CF

Color information

#45C5CF (or 0x45C5CF) is unknown color: approx Medium Turquoise. HEX triplet: 45, C5 and CF. RGB value is (69,197,207). Sum of RGB (Red+Green+Blue) = 69+197+207=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #45C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C5CF is #BA3A30. Grayscale: #9F9F9F. Windows color (decimal): -12204593 or 13616453. OLE color: 13616453.

HSL color Cylindrical-coordinate representation of color #45C5CF: hue angle of 184.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45C5CF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69197207-
CMYK0.670.0500.19
HSL184.35º58.97%54.12%-
HSV(B)184.35º66.67%81.18%-
XYZ33.6845.766.08-
YUV159.87154.5963.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.59%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=14.59%
G=41.65%
B=43.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691972070.670.0500.19184.3558.9754.12
Hex45C5CF435013b83b36
Octal10530531710350232707366
Binary10001011100010111001111100001110101001110111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,197,207); }

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

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

 a { background-color: rgb(69,197,207); }

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

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

 span { border-color: rgb(69,197,207); }

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