#45CCC6

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

Shades of Medium Turquoise #45CCC6

Tints of Medium Turquoise #45CCC6

Color information

#45CCC6 (or 0x45CCC6) is unknown color: approx Medium Turquoise. HEX triplet: 45, CC and C6. RGB value is (69,204,198). Sum of RGB (Red+Green+Blue) = 69+204+198=471 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.65% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCC6 is #BA3339. Grayscale: #A2A2A2. Windows color (decimal): -12202810 or 13028421. OLE color: 13028421.

HSL color Cylindrical-coordinate representation of color #45CCC6: hue angle of 177.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CCC6 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB69204198-
CMYK0.6600.030.2
HSL177.33º56.96%53.53%-
HSV(B)177.33º66.18%80%-
XYZ34.2448.5360.99-
YUV162.95147.7760.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.65%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=14.65%
G=43.31%
B=42.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041980.6600.030.2177.3356.9653.53
Hex45CCC6420314b13936
Octal10531430610203242617166
Binary1000101110011001100011010000100111010010110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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