#45D7C6

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

Shades of Medium Turquoise #45D7C6

Tints of Medium Turquoise #45D7C6

Color information

#45D7C6 (or 0x45D7C6) is unknown color: approx Medium Turquoise. HEX triplet: 45, D7 and C6. RGB value is (69,215,198). Sum of RGB (Red+Green+Blue) = 69+215+198=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #45D7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D7C6 is #BA2839. Grayscale: #A9A9A9. Windows color (decimal): -12199994 or 13031237. OLE color: 13031237.

HSL color Cylindrical-coordinate representation of color #45D7C6: hue angle of 173.01º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D7C6 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB69215198-
CMYK0.6800.080.16
HSL173.01º64.6%55.69%-
HSV(B)173.01º67.91%84.31%-
XYZ36.9553.9461.89-
YUV169.41144.1356.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.32%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=14.32%
G=44.61%
B=41.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692151980.6800.080.16173.0164.655.69
Hex45D7C6440810ad4138
Octal1053273061040102025510170
Binary1000101110101111100011010001000100010000101011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,198); }

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

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

 a { background-color: rgb(69,215,198); }

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

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

 span { border-color: rgb(69,215,198); }

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