#45CFC5

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

Shades of Medium Turquoise #45CFC5

Tints of Medium Turquoise #45CFC5

Color information

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

HSL color Cylindrical-coordinate representation of color #45CFC5: hue angle of 175.65º 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 #45CFC5 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB69207197-
CMYK0.6700.050.19
HSL175.65º58.97%54.12%-
HSV(B)175.65º66.67%81.18%-
XYZ34.8549.9260.62-
YUV164.6146.2859.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal692071970.6700.050.19175.6558.9754.12
Hex45CFC5430513b03b36
Octal10531730510305232607366
Binary10001011100111111000101100001101011001110110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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